#762912

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

Shades of Pueblo #762912

Tints of Pueblo #762912

Color information

#762912 (or 0x762912) is unknown color: approx Pueblo. HEX triplet: 76, 29 and 12. RGB value is (118,41,18). Sum of RGB (Red+Green+Blue) = 118+41+18=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762912 is #89D6ED. Grayscale: #3D3D3D. Windows color (decimal): -9033454 or 1190262. OLE color: 1190262.

HSL color Cylindrical-coordinate representation of color #762912: hue angle of 13.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #762912 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1184118-
CMYK00.650.850.54
HSL13.8º73.53%26.67%-
HSV(B)13.8º84.75%46.27%-
XYZ8.375.481.19-
YUV61.4103.51168.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=66.67%
G=23.16%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118411800.650.850.5413.873.5326.67
Hex7629120415536e4a1b
Octal16651220101125661611233
Binary1110110101001100100100000110101011101101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762912; }

 p { color: rgb(118,41,18); }

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

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

 a { background-color: rgb(118,41,18); }

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

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

 span { border-color: rgb(118,41,18); }

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