#772919

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

Shades of Pueblo #772919

Tints of Pueblo #772919

Color information

#772919 (or 0x772919) is unknown color: approx Pueblo. HEX triplet: 77, 29 and 19. RGB value is (119,41,25). Sum of RGB (Red+Green+Blue) = 119+41+25=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #772919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772919 is #88D6E6. Grayscale: #3E3E3E. Windows color (decimal): -8967911 or 1649015. OLE color: 1649015.

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

Color convert

RGB1194125-
CMYK00.660.790.53
HSL10.21º65.28%28.24%-
HSV(B)10.21º78.99%46.67%-
XYZ8.585.581.54-
YUV62.5106.84168.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=64.32%
G=22.16%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119412500.660.790.5310.2165.2828.24
Hex7729190424F35a411c
Octal16751310102117651210134
Binary1110111101001110010100001010011111101011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772919; }

 p { color: rgb(119,41,25); }

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

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

 a { background-color: rgb(119,41,25); }

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

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

 span { border-color: rgb(119,41,25); }

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