Shades of Pueblo #7A2910
Tints of Pueblo #7A2910
RGB
CMYK
RGB Variations
Color information
#7A2910 (or 0x7A2910) is known color: Pueblo. HEX triplet: 7A, 29 and 10. RGB value is (122,41,16). Sum of RGB (Red+Green+Blue) = 122+41+16=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2910 is #85D6EF. Grayscale: #3E3E3E. Windows color (decimal): -8771312 or 1059194. OLE color: 1059194.
HSL color Cylindrical-coordinate representation of color #7A2910: hue angle of 14.15º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A2910 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 16 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.52 |
| HSL | 14.15º | 0.77% | 0.27% | - |
| HSV(B) | 14.15º | 0.87% | 0.48% | - |
| XYZ | 8.91 | 5.76 | 1.13 | - |
| YUV | 62.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 16 | 0 | 0.66 | 0.87 | 0.52 | 14.15 | 0.77 | 0.27 |
| Hex | 7A | 29 | 10 | 0 | 42 | 57 | 34 | E | 4D | 1B |
| Octal | 172 | 51 | 20 | 0 | 102 | 127 | 64 | 16 | 115 | 33 |
| Binary | 1111010 | 101001 | 10000 | 0 | 1000010 | 1010111 | 110100 | 1110 | 1001101 | 11011 |
Color Harmonies of #7A2910
Complementary color
Monochromatic Colors of #7A2910
Black with #7A2910
Text Example
Text Example
White with #7A2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2910; }
p { color: rgb(122,41,16); }
H1.HeaderClassName
{
color: #7A2910;
}
.AnyTagClassName
{
color: #7A2910;
}
</style>
background-color css
<style>
a { background-color: #7A2910; }
a { background-color: rgb(122,41,16); }
div.DivClassName
{
background-color: #7A2910;
}
.BgClassName
{
background-color: #7A2910;
}
</style>
border-color css
<style>
span { border-color: #7A2910; }
span { border-color: rgb(122,41,16); }
td.TdClassName
{
border-color: #7A2910;
}
.TagClassName
{
border-color: #7A2910;
}
</style>