Shades of Pablo #78705A
Tints of Pablo #78705A
RGB
CMYK
RGB Variations
Color information
#78705A (or 0x78705A) is known color: Pablo. HEX triplet: 78, 70 and 5A. RGB value is (120,112,90). Sum of RGB (Red+Green+Blue) = 120+112+90=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #78705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705A is #878FA5. Grayscale: #6F6F6F. Windows color (decimal): -8884134 or 5927032. OLE color: 5927032.
HSL color Cylindrical-coordinate representation of color #78705A: hue angle of 44º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78705A is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 90 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.53 |
| HSL | 44º | 0.14% | 0.41% | - |
| HSV(B) | 44º | 0.25% | 0.47% | - |
| XYZ | 15.39 | 16.32 | 12.01 | - |
| YUV | 111.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 90 | 0 | 0.07 | 0.25 | 0.53 | 44 | 0.14 | 0.41 |
| Hex | 78 | 70 | 5A | 0 | 7 | 19 | 35 | 2C | E | 29 |
| Octal | 170 | 160 | 132 | 0 | 7 | 31 | 65 | 54 | 16 | 51 |
| Binary | 1111000 | 1110000 | 1011010 | 0 | 111 | 11001 | 110101 | 101100 | 1110 | 101001 |
Color Harmonies of #78705A
Complementary color
Monochromatic Colors of #78705A
Black with #78705A
Text Example
Text Example
White with #78705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78705A; }
p { color: rgb(120,112,90); }
H1.HeaderClassName
{
color: #78705A;
}
.AnyTagClassName
{
color: #78705A;
}
</style>
background-color css
<style>
a { background-color: #78705A; }
a { background-color: rgb(120,112,90); }
div.DivClassName
{
background-color: #78705A;
}
.BgClassName
{
background-color: #78705A;
}
</style>
border-color css
<style>
span { border-color: #78705A; }
span { border-color: rgb(120,112,90); }
td.TdClassName
{
border-color: #78705A;
}
.TagClassName
{
border-color: #78705A;
}
</style>