Shades of Pueblo #762A15
Tints of Pueblo #762A15
RGB
CMYK
RGB Variations
Color information
#762A15 (or 0x762A15) is known color: 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
| RGB | 118 | 42 | 21 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.54 |
| HSL | 12.99º | 0.7% | 0.27% | - |
| HSV(B) | 12.99º | 0.82% | 0.46% | - |
| XYZ | 8.43 | 5.56 | 1.34 | - |
| YUV | 62.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 21 | 0 | 0.64 | 0.82 | 0.54 | 12.99 | 0.7 | 0.27 |
| Hex | 76 | 2A | 15 | 0 | 40 | 52 | 36 | D | 46 | 1B |
| Octal | 166 | 52 | 25 | 0 | 100 | 122 | 66 | 15 | 106 | 33 |
| Binary | 1110110 | 101010 | 10101 | 0 | 1000000 | 1010010 | 110110 | 1101 | 1000110 | 11011 |
Color Harmonies of #762A15
Complementary color
Monochromatic Colors of #762A15
Black with #762A15
Text Example
Text Example
White with #762A15
Text Example
Text Example
HTML Codes & Css Web 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>