#762812

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

Shades of Pueblo #762812

Tints of Pueblo #762812

Color information

#762812 (or 0x762812) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 12. RGB value is (118,40,18). Sum of RGB (Red+Green+Blue) = 118+40+18=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762812 is #89D7ED. Grayscale: #3C3C3C. Windows color (decimal): -9033710 or 1190006. OLE color: 1190006.

HSL color Cylindrical-coordinate representation of color #762812: hue angle of 13.2º 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 #762812 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1184018-
CMYK00.660.850.54
HSL13.2º73.53%26.67%-
HSV(B)13.2º84.75%46.27%-
XYZ8.345.411.18-
YUV60.81103.84168.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=67.05%
G=22.73%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118401800.660.850.5413.273.5326.67
Hex7628120425536d4a1b
Octal16650220102125661511233
Binary1110110101000100100100001010101011101101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762812; }

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

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

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

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

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

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

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

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