Shades of Pueblo #79321C
Tints of Pueblo #79321C
RGB
CMYK
RGB Variations
Color information
#79321C (or 0x79321C) is known color: Pueblo. HEX triplet: 79, 32 and 1C. RGB value is (121,50,28). Sum of RGB (Red+Green+Blue) = 121+50+28=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79321C is #86CDE3. Grayscale: #444444. Windows color (decimal): -8834532 or 1847929. OLE color: 1847929.
HSL color Cylindrical-coordinate representation of color #79321C: hue angle of 14.19º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79321C is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 28 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.53 |
| HSL | 14.19º | 0.62% | 0.29% | - |
| HSV(B) | 14.19º | 0.77% | 0.47% | - |
| XYZ | 9.24 | 6.43 | 1.85 | - |
| YUV | 68.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 28 | 0 | 0.59 | 0.77 | 0.53 | 14.19 | 0.62 | 0.29 |
| Hex | 79 | 32 | 1C | 0 | 3B | 4D | 35 | E | 3E | 1D |
| Octal | 171 | 62 | 34 | 0 | 73 | 115 | 65 | 16 | 76 | 35 |
| Binary | 1111001 | 110010 | 11100 | 0 | 111011 | 1001101 | 110101 | 1110 | 111110 | 11101 |
Color Harmonies of #79321C
Complementary color
Monochromatic Colors of #79321C
Black with #79321C
Text Example
Text Example
White with #79321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79321C; }
p { color: rgb(121,50,28); }
H1.HeaderClassName
{
color: #79321C;
}
.AnyTagClassName
{
color: #79321C;
}
</style>
background-color css
<style>
a { background-color: #79321C; }
a { background-color: rgb(121,50,28); }
div.DivClassName
{
background-color: #79321C;
}
.BgClassName
{
background-color: #79321C;
}
</style>
border-color css
<style>
span { border-color: #79321C; }
span { border-color: rgb(121,50,28); }
td.TdClassName
{
border-color: #79321C;
}
.TagClassName
{
border-color: #79321C;
}
</style>