#772F24

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

Shades of Pueblo #772F24

Tints of Pueblo #772F24

Color information

#772F24 (or 0x772F24) is unknown color: approx Pueblo. HEX triplet: 77, 2F and 24. RGB value is (119,47,36). Sum of RGB (Red+Green+Blue) = 119+47+36=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F24 is #88D0DB. Grayscale: #434343. Windows color (decimal): -8966364 or 2371447. OLE color: 2371447.

HSL color Cylindrical-coordinate representation of color #772F24: hue angle of 7.95º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772F24 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1194736-
CMYK00.610.700.53
HSL7.95º53.55%30.39%-
HSV(B)7.95º69.75%46.67%-
XYZ8.946.082.37-
YUV67.27110.35164.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=58.91%
G=23.27%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119473600.610.700.537.9553.5530.39
Hex772F2403D46358361e
Octal167574407510665106636
Binary111011110111110010001111011000110110101100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,47,36); }

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

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

 a { background-color: rgb(119,47,36); }

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

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

 span { border-color: rgb(119,47,36); }

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