Shades of Pueblo #762C19
Tints of Pueblo #762C19
RGB
CMYK
RGB Variations
Color information
#762C19 (or 0x762C19) is known color: Pueblo. HEX triplet: 76, 2C and 19. RGB value is (118,44,25). Sum of RGB (Red+Green+Blue) = 118+44+25=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C19 is #89D3E6. Grayscale: #404040. Windows color (decimal): -9032679 or 1649782. OLE color: 1649782.
HSL color Cylindrical-coordinate representation of color #762C19: hue angle of 12.26º 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 #762C19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 25 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.54 |
| HSL | 12.26º | 0.65% | 0.28% | - |
| HSV(B) | 12.26º | 0.79% | 0.46% | - |
| XYZ | 8.55 | 5.72 | 1.57 | - |
| YUV | 63.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 25 | 0 | 0.63 | 0.79 | 0.54 | 12.26 | 0.65 | 0.28 |
| Hex | 76 | 2C | 19 | 0 | 3F | 4F | 36 | C | 41 | 1C |
| Octal | 166 | 54 | 31 | 0 | 77 | 117 | 66 | 14 | 101 | 34 |
| Binary | 1110110 | 101100 | 11001 | 0 | 111111 | 1001111 | 110110 | 1100 | 1000001 | 11100 |
Color Harmonies of #762C19
Complementary color
Monochromatic Colors of #762C19
Black with #762C19
Text Example
Text Example
White with #762C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C19; }
p { color: rgb(118,44,25); }
H1.HeaderClassName
{
color: #762C19;
}
.AnyTagClassName
{
color: #762C19;
}
</style>
background-color css
<style>
a { background-color: #762C19; }
a { background-color: rgb(118,44,25); }
div.DivClassName
{
background-color: #762C19;
}
.BgClassName
{
background-color: #762C19;
}
</style>
border-color css
<style>
span { border-color: #762C19; }
span { border-color: rgb(118,44,25); }
td.TdClassName
{
border-color: #762C19;
}
.TagClassName
{
border-color: #762C19;
}
</style>