Shades of Pueblo #7A2913
Tints of Pueblo #7A2913
RGB
CMYK
RGB Variations
Color information
#7A2913 (or 0x7A2913) is known color: Pueblo. HEX triplet: 7A, 29 and 13. RGB value is (122,41,19). Sum of RGB (Red+Green+Blue) = 122+41+19=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2913 is #85D6EC. Grayscale: #3E3E3E. Windows color (decimal): -8771309 or 1255802. OLE color: 1255802.
HSL color Cylindrical-coordinate representation of color #7A2913: hue angle of 12.82º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A2913 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 19 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.52 |
| HSL | 12.82º | 0.73% | 0.28% | - |
| HSV(B) | 12.82º | 0.84% | 0.48% | - |
| XYZ | 8.94 | 5.77 | 1.26 | - |
| YUV | 62.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 19 | 0 | 0.66 | 0.84 | 0.52 | 12.82 | 0.73 | 0.28 |
| Hex | 7A | 29 | 13 | 0 | 42 | 54 | 34 | D | 49 | 1C |
| Octal | 172 | 51 | 23 | 0 | 102 | 124 | 64 | 15 | 111 | 34 |
| Binary | 1111010 | 101001 | 10011 | 0 | 1000010 | 1010100 | 110100 | 1101 | 1001001 | 11100 |
Color Harmonies of #7A2913
Complementary color
Monochromatic Colors of #7A2913
Black with #7A2913
Text Example
Text Example
White with #7A2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2913; }
p { color: rgb(122,41,19); }
H1.HeaderClassName
{
color: #7A2913;
}
.AnyTagClassName
{
color: #7A2913;
}
</style>
background-color css
<style>
a { background-color: #7A2913; }
a { background-color: rgb(122,41,19); }
div.DivClassName
{
background-color: #7A2913;
}
.BgClassName
{
background-color: #7A2913;
}
</style>
border-color css
<style>
span { border-color: #7A2913; }
span { border-color: rgb(122,41,19); }
td.TdClassName
{
border-color: #7A2913;
}
.TagClassName
{
border-color: #7A2913;
}
</style>