Shades of Pueblo #7A3425
Tints of Pueblo #7A3425
RGB
CMYK
RGB Variations
Color information
#7A3425 (or 0x7A3425) is known color: Pueblo. HEX triplet: 7A, 34 and 25. RGB value is (122,52,37). Sum of RGB (Red+Green+Blue) = 122+52+37=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3425 is #85CBDA. Grayscale: #474747. Windows color (decimal): -8768475 or 2438266. OLE color: 2438266.
HSL color Cylindrical-coordinate representation of color #7A3425: hue angle of 10.59º 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 #7A3425 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 37 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.52 |
| HSL | 10.59º | 0.53% | 0.31% | - |
| HSV(B) | 10.59º | 0.7% | 0.48% | - |
| XYZ | 9.59 | 6.73 | 2.54 | - |
| YUV | 71.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 37 | 0 | 0.57 | 0.70 | 0.52 | 10.59 | 0.53 | 0.31 |
| Hex | 7A | 34 | 25 | 0 | 39 | 46 | 34 | B | 35 | 1F |
| Octal | 172 | 64 | 45 | 0 | 71 | 106 | 64 | 13 | 65 | 37 |
| Binary | 1111010 | 110100 | 100101 | 0 | 111001 | 1000110 | 110100 | 1011 | 110101 | 11111 |
Color Harmonies of #7A3425
Complementary color
Monochromatic Colors of #7A3425
Black with #7A3425
Text Example
Text Example
White with #7A3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3425; }
p { color: rgb(122,52,37); }
H1.HeaderClassName
{
color: #7A3425;
}
.AnyTagClassName
{
color: #7A3425;
}
</style>
background-color css
<style>
a { background-color: #7A3425; }
a { background-color: rgb(122,52,37); }
div.DivClassName
{
background-color: #7A3425;
}
.BgClassName
{
background-color: #7A3425;
}
</style>
border-color css
<style>
span { border-color: #7A3425; }
span { border-color: rgb(122,52,37); }
td.TdClassName
{
border-color: #7A3425;
}
.TagClassName
{
border-color: #7A3425;
}
</style>