Shades of Pueblo #762A19
Tints of Pueblo #762A19
RGB
CMYK
RGB Variations
Color information
#762A19 (or 0x762A19) is known color: Pueblo. HEX triplet: 76, 2A and 19. RGB value is (118,42,25). Sum of RGB (Red+Green+Blue) = 118+42+25=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A19 is #89D5E6. Grayscale: #3E3E3E. Windows color (decimal): -9033191 or 1649270. OLE color: 1649270.
HSL color Cylindrical-coordinate representation of color #762A19: hue angle of 10.97º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762A19 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 25 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.54 |
| HSL | 10.97º | 0.65% | 0.28% | - |
| HSV(B) | 10.97º | 0.79% | 0.46% | - |
| XYZ | 8.47 | 5.58 | 1.55 | - |
| YUV | 62.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 25 | 0 | 0.64 | 0.79 | 0.54 | 10.97 | 0.65 | 0.28 |
| Hex | 76 | 2A | 19 | 0 | 40 | 4F | 36 | B | 41 | 1C |
| Octal | 166 | 52 | 31 | 0 | 100 | 117 | 66 | 13 | 101 | 34 |
| Binary | 1110110 | 101010 | 11001 | 0 | 1000000 | 1001111 | 110110 | 1011 | 1000001 | 11100 |
Color Harmonies of #762A19
Complementary color
Monochromatic Colors of #762A19
Black with #762A19
Text Example
Text Example
White with #762A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A19; }
p { color: rgb(118,42,25); }
H1.HeaderClassName
{
color: #762A19;
}
.AnyTagClassName
{
color: #762A19;
}
</style>
background-color css
<style>
a { background-color: #762A19; }
a { background-color: rgb(118,42,25); }
div.DivClassName
{
background-color: #762A19;
}
.BgClassName
{
background-color: #762A19;
}
</style>
border-color css
<style>
span { border-color: #762A19; }
span { border-color: rgb(118,42,25); }
td.TdClassName
{
border-color: #762A19;
}
.TagClassName
{
border-color: #762A19;
}
</style>