Shades of Pueblo #762E18
Tints of Pueblo #762E18
RGB
CMYK
RGB Variations
Color information
#762E18 (or 0x762E18) is known color: Pueblo. HEX triplet: 76, 2E and 18. RGB value is (118,46,24). Sum of RGB (Red+Green+Blue) = 118+46+24=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E18 is #89D1E7. Grayscale: #414141. Windows color (decimal): -9032168 or 1584758. OLE color: 1584758.
HSL color Cylindrical-coordinate representation of color #762E18: hue angle of 14.04º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762E18 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 24 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.54 |
| HSL | 14.04º | 0.66% | 0.28% | - |
| HSV(B) | 14.04º | 0.8% | 0.46% | - |
| XYZ | 8.61 | 5.87 | 1.54 | - |
| YUV | 65.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 24 | 0 | 0.61 | 0.80 | 0.54 | 14.04 | 0.66 | 0.28 |
| Hex | 76 | 2E | 18 | 0 | 3D | 50 | 36 | E | 42 | 1C |
| Octal | 166 | 56 | 30 | 0 | 75 | 120 | 66 | 16 | 102 | 34 |
| Binary | 1110110 | 101110 | 11000 | 0 | 111101 | 1010000 | 110110 | 1110 | 1000010 | 11100 |
Color Harmonies of #762E18
Complementary color
Monochromatic Colors of #762E18
Black with #762E18
Text Example
Text Example
White with #762E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E18; }
p { color: rgb(118,46,24); }
H1.HeaderClassName
{
color: #762E18;
}
.AnyTagClassName
{
color: #762E18;
}
</style>
background-color css
<style>
a { background-color: #762E18; }
a { background-color: rgb(118,46,24); }
div.DivClassName
{
background-color: #762E18;
}
.BgClassName
{
background-color: #762E18;
}
</style>
border-color css
<style>
span { border-color: #762E18; }
span { border-color: rgb(118,46,24); }
td.TdClassName
{
border-color: #762E18;
}
.TagClassName
{
border-color: #762E18;
}
</style>