#762A17

Color #762A17 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #762A17

Tints of Pueblo #762A17

Color information

#762A17 (or 0x762A17) is unknown color: approx Pueblo. HEX triplet: 76, 2A and 17. RGB value is (118,42,23). Sum of RGB (Red+Green+Blue) = 118+42+23=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A17 is #89D5E8. Grayscale: #3E3E3E. Windows color (decimal): -9033193 or 1518198. OLE color: 1518198.

HSL color Cylindrical-coordinate representation of color #762A17: hue angle of 12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762A17 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1184223-
CMYK00.640.810.54
HSL12º67.38%27.65%-
HSV(B)12º80.51%46.27%-
XYZ8.455.571.44-
YUV62.56105.68167.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=64.48%
G=22.95%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118422300.640.810.541267.3827.65
Hex762A170405136c431c
Octal16652270100121661410334
Binary1110110101010101110100000010100011101101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A17; }

 p { color: rgb(118,42,23); }

 H1.HeaderClassName
 {
   color: #762A17;
 }
 .AnyTagClassName
 {
   color: #762A17;
 }
</style>
background-color css

<style>
 a { background-color: #762A17; }

 a { background-color: rgb(118,42,23); }

 div.DivClassName
 {
   background-color: #762A17;
 }
 .BgClassName
 {
   background-color: #762A17;
 }
</style>
border-color css

<style>
 span { border-color: #762A17; }

 span { border-color: rgb(118,42,23); }

 td.TdClassName
 {
   border-color: #762A17;
 }
 .TagClassName
 {
   border-color: #762A17;
 }
</style>