Shades of Pablo #77715C
Tints of Pablo #77715C
RGB
CMYK
RGB Variations
Color information
#77715C (or 0x77715C) is known color: Pablo. HEX triplet: 77, 71 and 5C. RGB value is (119,113,92). Sum of RGB (Red+Green+Blue) = 119+113+92=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #77715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77715C is #888EA3. Grayscale: #707070. Windows color (decimal): -8949412 or 6058359. OLE color: 6058359.
HSL color Cylindrical-coordinate representation of color #77715C: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77715C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 92 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.53 |
| HSL | 46.67º | 0.13% | 0.41% | - |
| HSV(B) | 46.67º | 0.23% | 0.47% | - |
| XYZ | 15.44 | 16.5 | 12.5 | - |
| YUV | 112.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 92 | 0 | 0.05 | 0.23 | 0.53 | 46.67 | 0.13 | 0.41 |
| Hex | 77 | 71 | 5C | 0 | 5 | 17 | 35 | 2F | D | 29 |
| Octal | 167 | 161 | 134 | 0 | 5 | 27 | 65 | 57 | 15 | 51 |
| Binary | 1110111 | 1110001 | 1011100 | 0 | 101 | 10111 | 110101 | 101111 | 1101 | 101001 |
Color Harmonies of #77715C
Complementary color
Monochromatic Colors of #77715C
Black with #77715C
Text Example
Text Example
White with #77715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77715C; }
p { color: rgb(119,113,92); }
H1.HeaderClassName
{
color: #77715C;
}
.AnyTagClassName
{
color: #77715C;
}
</style>
background-color css
<style>
a { background-color: #77715C; }
a { background-color: rgb(119,113,92); }
div.DivClassName
{
background-color: #77715C;
}
.BgClassName
{
background-color: #77715C;
}
</style>
border-color css
<style>
span { border-color: #77715C; }
span { border-color: rgb(119,113,92); }
td.TdClassName
{
border-color: #77715C;
}
.TagClassName
{
border-color: #77715C;
}
</style>