Shades of Pueblo #7A3122
Tints of Pueblo #7A3122
RGB
CMYK
RGB Variations
Color information
#7A3122 (or 0x7A3122) is known color: Pueblo. HEX triplet: 7A, 31 and 22. RGB value is (122,49,34). Sum of RGB (Red+Green+Blue) = 122+49+34=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3122 is #85CEDD. Grayscale: #454545. Windows color (decimal): -8769246 or 2240890. OLE color: 2240890.
HSL color Cylindrical-coordinate representation of color #7A3122: hue angle of 10.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A3122 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 34 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.52 |
| HSL | 10.23º | 0.56% | 0.31% | - |
| HSV(B) | 10.23º | 0.72% | 0.48% | - |
| XYZ | 9.41 | 6.45 | 2.26 | - |
| YUV | 69.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 34 | 0 | 0.60 | 0.72 | 0.52 | 10.23 | 0.56 | 0.31 |
| Hex | 7A | 31 | 22 | 0 | 3C | 48 | 34 | A | 38 | 1F |
| Octal | 172 | 61 | 42 | 0 | 74 | 110 | 64 | 12 | 70 | 37 |
| Binary | 1111010 | 110001 | 100010 | 0 | 111100 | 1001000 | 110100 | 1010 | 111000 | 11111 |
Color Harmonies of #7A3122
Complementary color
Monochromatic Colors of #7A3122
Black with #7A3122
Text Example
Text Example
White with #7A3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3122; }
p { color: rgb(122,49,34); }
H1.HeaderClassName
{
color: #7A3122;
}
.AnyTagClassName
{
color: #7A3122;
}
</style>
background-color css
<style>
a { background-color: #7A3122; }
a { background-color: rgb(122,49,34); }
div.DivClassName
{
background-color: #7A3122;
}
.BgClassName
{
background-color: #7A3122;
}
</style>
border-color css
<style>
span { border-color: #7A3122; }
span { border-color: rgb(122,49,34); }
td.TdClassName
{
border-color: #7A3122;
}
.TagClassName
{
border-color: #7A3122;
}
</style>