Shades of Pueblo #7A3325
Tints of Pueblo #7A3325
RGB
CMYK
RGB Variations
Color information
#7A3325 (or 0x7A3325) is known color: Pueblo. HEX triplet: 7A, 33 and 25. RGB value is (122,51,37). Sum of RGB (Red+Green+Blue) = 122+51+37=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3325 is #85CCDA. Grayscale: #464646. Windows color (decimal): -8768731 or 2438010. OLE color: 2438010.
HSL color Cylindrical-coordinate representation of color #7A3325: hue angle of 9.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3325 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 37 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.52 |
| HSL | 9.88º | 0.53% | 0.31% | - |
| HSV(B) | 9.88º | 0.7% | 0.48% | - |
| XYZ | 9.54 | 6.64 | 2.53 | - |
| YUV | 70.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 37 | 0 | 0.58 | 0.70 | 0.52 | 9.88 | 0.53 | 0.31 |
| Hex | 7A | 33 | 25 | 0 | 3A | 46 | 34 | A | 35 | 1F |
| Octal | 172 | 63 | 45 | 0 | 72 | 106 | 64 | 12 | 65 | 37 |
| Binary | 1111010 | 110011 | 100101 | 0 | 111010 | 1000110 | 110100 | 1010 | 110101 | 11111 |
Color Harmonies of #7A3325
Complementary color
Monochromatic Colors of #7A3325
Black with #7A3325
Text Example
Text Example
White with #7A3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3325; }
p { color: rgb(122,51,37); }
H1.HeaderClassName
{
color: #7A3325;
}
.AnyTagClassName
{
color: #7A3325;
}
</style>
background-color css
<style>
a { background-color: #7A3325; }
a { background-color: rgb(122,51,37); }
div.DivClassName
{
background-color: #7A3325;
}
.BgClassName
{
background-color: #7A3325;
}
</style>
border-color css
<style>
span { border-color: #7A3325; }
span { border-color: rgb(122,51,37); }
td.TdClassName
{
border-color: #7A3325;
}
.TagClassName
{
border-color: #7A3325;
}
</style>