#762A15

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

Shades of Pueblo #762A15

Tints of Pueblo #762A15

Color information

#762A15 (or 0x762A15) is unknown color: approx Pueblo. HEX triplet: 76, 2A and 15. RGB value is (118,42,21). Sum of RGB (Red+Green+Blue) = 118+42+21=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A15 is #89D5EA. Grayscale: #3E3E3E. Windows color (decimal): -9033195 or 1387126. OLE color: 1387126.

HSL color Cylindrical-coordinate representation of color #762A15: hue angle of 12.99º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762A15 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1184221-
CMYK00.640.820.54
HSL12.99º69.78%27.25%-
HSV(B)12.99º82.2%46.27%-
XYZ8.435.561.34-
YUV62.33104.68167.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=65.19%
G=23.20%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118422100.640.820.5412.9969.7827.25
Hex762A150405236d461b
Octal16652250100122661510633
Binary1110110101010101010100000010100101101101101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A15; }

 p { color: rgb(118,42,21); }

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

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

 a { background-color: rgb(118,42,21); }

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

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

 span { border-color: rgb(118,42,21); }

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