Shades of Pablo #79705A
Tints of Pablo #79705A
RGB
CMYK
RGB Variations
Color information
#79705A (or 0x79705A) is known color: Pablo. HEX triplet: 79, 70 and 5A. RGB value is (121,112,90). Sum of RGB (Red+Green+Blue) = 121+112+90=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #79705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79705A is #868FA5. Grayscale: #707070. Windows color (decimal): -8818598 or 5927033. OLE color: 5927033.
HSL color Cylindrical-coordinate representation of color #79705A: hue angle of 42.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79705A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 90 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.53 |
| HSL | 42.58º | 0.15% | 0.41% | - |
| HSV(B) | 42.58º | 0.26% | 0.47% | - |
| XYZ | 15.52 | 16.39 | 12.02 | - |
| YUV | 112.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 90 | 0 | 0.07 | 0.26 | 0.53 | 42.58 | 0.15 | 0.41 |
| Hex | 79 | 70 | 5A | 0 | 7 | 1A | 35 | 2B | F | 29 |
| Octal | 171 | 160 | 132 | 0 | 7 | 32 | 65 | 53 | 17 | 51 |
| Binary | 1111001 | 1110000 | 1011010 | 0 | 111 | 11010 | 110101 | 101011 | 1111 | 101001 |
Color Harmonies of #79705A
Complementary color
Monochromatic Colors of #79705A
Black with #79705A
Text Example
Text Example
White with #79705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79705A; }
p { color: rgb(121,112,90); }
H1.HeaderClassName
{
color: #79705A;
}
.AnyTagClassName
{
color: #79705A;
}
</style>
background-color css
<style>
a { background-color: #79705A; }
a { background-color: rgb(121,112,90); }
div.DivClassName
{
background-color: #79705A;
}
.BgClassName
{
background-color: #79705A;
}
</style>
border-color css
<style>
span { border-color: #79705A; }
span { border-color: rgb(121,112,90); }
td.TdClassName
{
border-color: #79705A;
}
.TagClassName
{
border-color: #79705A;
}
</style>