Shades of Pueblo #7A2B14
Tints of Pueblo #7A2B14
RGB
CMYK
RGB Variations
Color information
#7A2B14 (or 0x7A2B14) is known color: Pueblo. HEX triplet: 7A, 2B and 14. RGB value is (122,43,20). Sum of RGB (Red+Green+Blue) = 122+43+20=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2B14 is #85D4EB. Grayscale: #404040. Windows color (decimal): -8770796 or 1321850. OLE color: 1321850.
HSL color Cylindrical-coordinate representation of color #7A2B14: hue angle of 13.53º degrees, saturation: 0.72, 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 #7A2B14 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 20 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.52 |
| HSL | 13.53º | 0.72% | 0.28% | - |
| HSV(B) | 13.53º | 0.84% | 0.48% | - |
| XYZ | 9.02 | 5.92 | 1.33 | - |
| YUV | 64 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 20 | 0 | 0.65 | 0.84 | 0.52 | 13.53 | 0.72 | 0.28 |
| Hex | 7A | 2B | 14 | 0 | 41 | 54 | 34 | E | 48 | 1C |
| Octal | 172 | 53 | 24 | 0 | 101 | 124 | 64 | 16 | 110 | 34 |
| Binary | 1111010 | 101011 | 10100 | 0 | 1000001 | 1010100 | 110100 | 1110 | 1001000 | 11100 |
Color Harmonies of #7A2B14
Complementary color
Monochromatic Colors of #7A2B14
Black with #7A2B14
Text Example
Text Example
White with #7A2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B14; }
p { color: rgb(122,43,20); }
H1.HeaderClassName
{
color: #7A2B14;
}
.AnyTagClassName
{
color: #7A2B14;
}
</style>
background-color css
<style>
a { background-color: #7A2B14; }
a { background-color: rgb(122,43,20); }
div.DivClassName
{
background-color: #7A2B14;
}
.BgClassName
{
background-color: #7A2B14;
}
</style>
border-color css
<style>
span { border-color: #7A2B14; }
span { border-color: rgb(122,43,20); }
td.TdClassName
{
border-color: #7A2B14;
}
.TagClassName
{
border-color: #7A2B14;
}
</style>