Shades of Pueblo #762A14
Tints of Pueblo #762A14
RGB
CMYK
RGB Variations
Color information
#762A14 (or 0x762A14) is known color: Pueblo. HEX triplet: 76, 2A and 14. RGB value is (118,42,20). Sum of RGB (Red+Green+Blue) = 118+42+20=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A14 is #89D5EB. Grayscale: #3E3E3E. Windows color (decimal): -9033196 or 1321590. OLE color: 1321590.
HSL color Cylindrical-coordinate representation of color #762A14: hue angle of 13.47º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762A14 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 20 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.54 |
| HSL | 13.47º | 0.71% | 0.27% | - |
| HSV(B) | 13.47º | 0.83% | 0.46% | - |
| XYZ | 8.43 | 5.56 | 1.29 | - |
| YUV | 62.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 20 | 0 | 0.64 | 0.83 | 0.54 | 13.47 | 0.71 | 0.27 |
| Hex | 76 | 2A | 14 | 0 | 40 | 53 | 36 | D | 47 | 1B |
| Octal | 166 | 52 | 24 | 0 | 100 | 123 | 66 | 15 | 107 | 33 |
| Binary | 1110110 | 101010 | 10100 | 0 | 1000000 | 1010011 | 110110 | 1101 | 1000111 | 11011 |
Color Harmonies of #762A14
Complementary color
Monochromatic Colors of #762A14
Black with #762A14
Text Example
Text Example
White with #762A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A14; }
p { color: rgb(118,42,20); }
H1.HeaderClassName
{
color: #762A14;
}
.AnyTagClassName
{
color: #762A14;
}
</style>
background-color css
<style>
a { background-color: #762A14; }
a { background-color: rgb(118,42,20); }
div.DivClassName
{
background-color: #762A14;
}
.BgClassName
{
background-color: #762A14;
}
</style>
border-color css
<style>
span { border-color: #762A14; }
span { border-color: rgb(118,42,20); }
td.TdClassName
{
border-color: #762A14;
}
.TagClassName
{
border-color: #762A14;
}
</style>