#772A11

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

Shades of Pueblo #772A11

Tints of Pueblo #772A11

Color information

#772A11 (or 0x772A11) is unknown color: approx Pueblo. HEX triplet: 77, 2A and 11. RGB value is (119,42,17). Sum of RGB (Red+Green+Blue) = 119+42+17=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A11 is #88D5EE. Grayscale: #3E3E3E. Windows color (decimal): -8967663 or 1124983. OLE color: 1124983.

HSL color Cylindrical-coordinate representation of color #772A11: hue angle of 14.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772A11 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1194217-
CMYK00.650.860.53
HSL14.71º75%26.67%-
HSV(B)14.71º85.71%46.67%-
XYZ8.545.621.16-
YUV62.17102.51168.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=66.85%
G=23.60%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119421700.650.860.5314.717526.67
Hex772A110415635f4b1b
Octal16752210101126651711333
Binary1110111101010100010100000110101101101011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,17); }

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

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

 a { background-color: rgb(119,42,17); }

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

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

 span { border-color: rgb(119,42,17); }

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