Shades of Pueblo #7A2C1E
Tints of Pueblo #7A2C1E
RGB
CMYK
RGB Variations
Color information
#7A2C1E (or 0x7A2C1E) is known color: Pueblo. HEX triplet: 7A, 2C and 1E. RGB value is (122,44,30). Sum of RGB (Red+Green+Blue) = 122+44+30=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C1E is #85D3E1. Grayscale: #414141. Windows color (decimal): -8770530 or 1977466. OLE color: 1977466.
HSL color Cylindrical-coordinate representation of color #7A2C1E: hue angle of 9.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2C1E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 30 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.52 |
| HSL | 9.13º | 0.61% | 0.3% | - |
| HSV(B) | 9.13º | 0.75% | 0.48% | - |
| XYZ | 9.16 | 6.03 | 1.91 | - |
| YUV | 65.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 30 | 0 | 0.64 | 0.75 | 0.52 | 9.13 | 0.61 | 0.3 |
| Hex | 7A | 2C | 1E | 0 | 40 | 4B | 34 | 9 | 3D | 1E |
| Octal | 172 | 54 | 36 | 0 | 100 | 113 | 64 | 11 | 75 | 36 |
| Binary | 1111010 | 101100 | 11110 | 0 | 1000000 | 1001011 | 110100 | 1001 | 111101 | 11110 |
Color Harmonies of #7A2C1E
Complementary color
Monochromatic Colors of #7A2C1E
Black with #7A2C1E
Text Example
Text Example
White with #7A2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C1E; }
p { color: rgb(122,44,30); }
H1.HeaderClassName
{
color: #7A2C1E;
}
.AnyTagClassName
{
color: #7A2C1E;
}
</style>
background-color css
<style>
a { background-color: #7A2C1E; }
a { background-color: rgb(122,44,30); }
div.DivClassName
{
background-color: #7A2C1E;
}
.BgClassName
{
background-color: #7A2C1E;
}
</style>
border-color css
<style>
span { border-color: #7A2C1E; }
span { border-color: rgb(122,44,30); }
td.TdClassName
{
border-color: #7A2C1E;
}
.TagClassName
{
border-color: #7A2C1E;
}
</style>