#772C20

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

Shades of Pueblo #772C20

Tints of Pueblo #772C20

Color information

#772C20 (or 0x772C20) is unknown color: approx Pueblo. HEX triplet: 77, 2C and 20. RGB value is (119,44,32). Sum of RGB (Red+Green+Blue) = 119+44+32=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C20 is #88D3DF. Grayscale: #414141. Windows color (decimal): -8967136 or 2108535. OLE color: 2108535.

HSL color Cylindrical-coordinate representation of color #772C20: hue angle of 8.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772C20 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1194432-
CMYK00.630.730.53
HSL8.28º57.62%29.61%-
HSV(B)8.28º73.11%46.67%-
XYZ8.775.832.03-
YUV65.06109.35166.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=61.03%
G=22.56%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119443200.630.730.538.2857.6229.61
Hex772C2003F493583a1e
Octal167544007711165107236
Binary111011110110010000001111111001001110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,32); }

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

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

 a { background-color: rgb(119,44,32); }

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

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

 span { border-color: rgb(119,44,32); }

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