Shades of Pablo #77715A
Tints of Pablo #77715A
RGB
CMYK
RGB Variations
Color information
#77715A (or 0x77715A) is known color: Pablo. HEX triplet: 77, 71 and 5A. RGB value is (119,113,90). Sum of RGB (Red+Green+Blue) = 119+113+90=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77715A is #888EA5. Grayscale: #707070. Windows color (decimal): -8949414 or 5927287. OLE color: 5927287.
HSL color Cylindrical-coordinate representation of color #77715A: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77715A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 90 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.53 |
| HSL | 47.59º | 0.14% | 0.41% | - |
| HSV(B) | 47.59º | 0.24% | 0.47% | - |
| XYZ | 15.36 | 16.47 | 12.04 | - |
| YUV | 112.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 90 | 0 | 0.05 | 0.24 | 0.53 | 47.59 | 0.14 | 0.41 |
| Hex | 77 | 71 | 5A | 0 | 5 | 18 | 35 | 30 | E | 29 |
| Octal | 167 | 161 | 132 | 0 | 5 | 30 | 65 | 60 | 16 | 51 |
| Binary | 1110111 | 1110001 | 1011010 | 0 | 101 | 11000 | 110101 | 110000 | 1110 | 101001 |
Color Harmonies of #77715A
Complementary color
Monochromatic Colors of #77715A
Black with #77715A
Text Example
Text Example
White with #77715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77715A; }
p { color: rgb(119,113,90); }
H1.HeaderClassName
{
color: #77715A;
}
.AnyTagClassName
{
color: #77715A;
}
</style>
background-color css
<style>
a { background-color: #77715A; }
a { background-color: rgb(119,113,90); }
div.DivClassName
{
background-color: #77715A;
}
.BgClassName
{
background-color: #77715A;
}
</style>
border-color css
<style>
span { border-color: #77715A; }
span { border-color: rgb(119,113,90); }
td.TdClassName
{
border-color: #77715A;
}
.TagClassName
{
border-color: #77715A;
}
</style>