#772D17

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

Shades of Pueblo #772D17

Tints of Pueblo #772D17

Color information

#772D17 (or 0x772D17) is unknown color: approx Pueblo. HEX triplet: 77, 2D and 17. RGB value is (119,45,23). Sum of RGB (Red+Green+Blue) = 119+45+23=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #772D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772D17 is #88D2E8. Grayscale: #404040. Windows color (decimal): -8966889 or 1518967. OLE color: 1518967.

HSL color Cylindrical-coordinate representation of color #772D17: hue angle of 13.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772D17 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1194523-
CMYK00.620.810.53
HSL13.75º67.61%27.84%-
HSV(B)13.75º80.67%46.67%-
XYZ8.75.861.48-
YUV64.62104.52166.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=63.64%
G=24.06%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119452300.620.810.5313.7567.6127.84
Hex772D1703E5135e441c
Octal1675527076121651610434
Binary111011110110110111011111010100011101011110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772D17; }

 p { color: rgb(119,45,23); }

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

<style>
 a { background-color: #772D17; }

 a { background-color: rgb(119,45,23); }

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

<style>
 span { border-color: #772D17; }

 span { border-color: rgb(119,45,23); }

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