Shades of Pueblo #7A2A12
Tints of Pueblo #7A2A12
RGB
CMYK
RGB Variations
Color information
#7A2A12 (or 0x7A2A12) is known color: Pueblo. HEX triplet: 7A, 2A and 12. RGB value is (122,42,18). Sum of RGB (Red+Green+Blue) = 122+42+18=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2A12 is #85D5ED. Grayscale: #3F3F3F. Windows color (decimal): -8771054 or 1190522. OLE color: 1190522.
HSL color Cylindrical-coordinate representation of color #7A2A12: hue angle of 13.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A2A12 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 18 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.52 |
| HSL | 13.85º | 0.74% | 0.27% | - |
| HSV(B) | 13.85º | 0.85% | 0.48% | - |
| XYZ | 8.96 | 5.84 | 1.23 | - |
| YUV | 63.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 18 | 0 | 0.66 | 0.85 | 0.52 | 13.85 | 0.74 | 0.27 |
| Hex | 7A | 2A | 12 | 0 | 42 | 55 | 34 | E | 4A | 1B |
| Octal | 172 | 52 | 22 | 0 | 102 | 125 | 64 | 16 | 112 | 33 |
| Binary | 1111010 | 101010 | 10010 | 0 | 1000010 | 1010101 | 110100 | 1110 | 1001010 | 11011 |
Color Harmonies of #7A2A12
Complementary color
Monochromatic Colors of #7A2A12
Black with #7A2A12
Text Example
Text Example
White with #7A2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A12; }
p { color: rgb(122,42,18); }
H1.HeaderClassName
{
color: #7A2A12;
}
.AnyTagClassName
{
color: #7A2A12;
}
</style>
background-color css
<style>
a { background-color: #7A2A12; }
a { background-color: rgb(122,42,18); }
div.DivClassName
{
background-color: #7A2A12;
}
.BgClassName
{
background-color: #7A2A12;
}
</style>
border-color css
<style>
span { border-color: #7A2A12; }
span { border-color: rgb(122,42,18); }
td.TdClassName
{
border-color: #7A2A12;
}
.TagClassName
{
border-color: #7A2A12;
}
</style>