Shades of Pueblo #7A321C
Tints of Pueblo #7A321C
RGB
CMYK
RGB Variations
Color information
#7A321C (or 0x7A321C) is known color: Pueblo. HEX triplet: 7A, 32 and 1C. RGB value is (122,50,28). Sum of RGB (Red+Green+Blue) = 122+50+28=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A321C is #85CDE3. Grayscale: #454545. Windows color (decimal): -8768996 or 1847930. OLE color: 1847930.
HSL color Cylindrical-coordinate representation of color #7A321C: hue angle of 14.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A321C is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 28 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.52 |
| HSL | 14.04º | 0.63% | 0.29% | - |
| HSV(B) | 14.04º | 0.77% | 0.48% | - |
| XYZ | 9.38 | 6.5 | 1.86 | - |
| YUV | 69.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 28 | 0 | 0.59 | 0.77 | 0.52 | 14.04 | 0.63 | 0.29 |
| Hex | 7A | 32 | 1C | 0 | 3B | 4D | 34 | E | 3F | 1D |
| Octal | 172 | 62 | 34 | 0 | 73 | 115 | 64 | 16 | 77 | 35 |
| Binary | 1111010 | 110010 | 11100 | 0 | 111011 | 1001101 | 110100 | 1110 | 111111 | 11101 |
Color Harmonies of #7A321C
Complementary color
Monochromatic Colors of #7A321C
Black with #7A321C
Text Example
Text Example
White with #7A321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A321C; }
p { color: rgb(122,50,28); }
H1.HeaderClassName
{
color: #7A321C;
}
.AnyTagClassName
{
color: #7A321C;
}
</style>
background-color css
<style>
a { background-color: #7A321C; }
a { background-color: rgb(122,50,28); }
div.DivClassName
{
background-color: #7A321C;
}
.BgClassName
{
background-color: #7A321C;
}
</style>
border-color css
<style>
span { border-color: #7A321C; }
span { border-color: rgb(122,50,28); }
td.TdClassName
{
border-color: #7A321C;
}
.TagClassName
{
border-color: #7A321C;
}
</style>