#772716

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

Shades of Pueblo #772716

Tints of Pueblo #772716

Color information

#772716 (or 0x772716) is unknown color: approx Pueblo. HEX triplet: 77, 27 and 16. RGB value is (119,39,22). Sum of RGB (Red+Green+Blue) = 119+39+22=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #772716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772716 is #88D8E9. Grayscale: #3D3D3D. Windows color (decimal): -8968426 or 1451895. OLE color: 1451895.

HSL color Cylindrical-coordinate representation of color #772716: hue angle of 10.52º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772716 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1193922-
CMYK00.670.820.53
HSL10.52º68.79%27.65%-
HSV(B)10.52º81.51%46.67%-
XYZ8.485.431.36-
YUV60.98106169.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=66.11%
G=21.67%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119392200.670.820.5310.5268.7927.65
Hex7727160435235b451c
Octal16747260103122651310534
Binary1110111100111101100100001110100101101011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772716; }

 p { color: rgb(119,39,22); }

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

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

 a { background-color: rgb(119,39,22); }

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

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

 span { border-color: rgb(119,39,22); }

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