#772910

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

Shades of Pueblo #772910

Tints of Pueblo #772910

Color information

#772910 (or 0x772910) is unknown color: approx Pueblo. HEX triplet: 77, 29 and 10. RGB value is (119,41,16). Sum of RGB (Red+Green+Blue) = 119+41+16=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772910 is #88D6EF. Grayscale: #3D3D3D. Windows color (decimal): -8967920 or 1059191. OLE color: 1059191.

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

Color convert

RGB1194116-
CMYK00.660.870.53
HSL14.56º76.3%26.47%-
HSV(B)14.56º86.55%46.67%-
XYZ8.495.551.11-
YUV61.47102.34169.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=67.61%
G=23.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119411600.660.870.5314.5676.326.47
Hex7729100425735f4c1a
Octal16751200102127651711432
Binary1110111101001100000100001010101111101011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772910; }

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

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

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

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

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

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

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

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