Shades of Pueblo #7A2F21
Tints of Pueblo #7A2F21
RGB
CMYK
RGB Variations
Color information
#7A2F21 (or 0x7A2F21) is known color: Pueblo. HEX triplet: 7A, 2F and 21. RGB value is (122,47,33). Sum of RGB (Red+Green+Blue) = 122+47+33=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F21 is #85D0DE. Grayscale: #434343. Windows color (decimal): -8769759 or 2174842. OLE color: 2174842.
HSL color Cylindrical-coordinate representation of color #7A2F21: hue angle of 9.44º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2F21 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 33 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.52 |
| HSL | 9.44º | 0.57% | 0.3% | - |
| HSV(B) | 9.44º | 0.73% | 0.48% | - |
| XYZ | 9.32 | 6.28 | 2.16 | - |
| YUV | 67.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 33 | 0 | 0.61 | 0.73 | 0.52 | 9.44 | 0.57 | 0.3 |
| Hex | 7A | 2F | 21 | 0 | 3D | 49 | 34 | 9 | 39 | 1E |
| Octal | 172 | 57 | 41 | 0 | 75 | 111 | 64 | 11 | 71 | 36 |
| Binary | 1111010 | 101111 | 100001 | 0 | 111101 | 1001001 | 110100 | 1001 | 111001 | 11110 |
Color Harmonies of #7A2F21
Complementary color
Monochromatic Colors of #7A2F21
Black with #7A2F21
Text Example
Text Example
White with #7A2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F21; }
p { color: rgb(122,47,33); }
H1.HeaderClassName
{
color: #7A2F21;
}
.AnyTagClassName
{
color: #7A2F21;
}
</style>
background-color css
<style>
a { background-color: #7A2F21; }
a { background-color: rgb(122,47,33); }
div.DivClassName
{
background-color: #7A2F21;
}
.BgClassName
{
background-color: #7A2F21;
}
</style>
border-color css
<style>
span { border-color: #7A2F21; }
span { border-color: rgb(122,47,33); }
td.TdClassName
{
border-color: #7A2F21;
}
.TagClassName
{
border-color: #7A2F21;
}
</style>