Shades of Pablo #776F5C
Tints of Pablo #776F5C
RGB
CMYK
RGB Variations
Color information
#776F5C (or 0x776F5C) is known color: Pablo. HEX triplet: 77, 6F and 5C. RGB value is (119,111,92). Sum of RGB (Red+Green+Blue) = 119+111+92=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F5C is #8890A3. Grayscale: #6F6F6F. Windows color (decimal): -8949924 or 6057847. OLE color: 6057847.
HSL color Cylindrical-coordinate representation of color #776F5C: hue angle of 42.22º 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 #776F5C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 92 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.53 |
| HSL | 42.22º | 0.13% | 0.41% | - |
| HSV(B) | 42.22º | 0.23% | 0.47% | - |
| XYZ | 15.22 | 16.06 | 12.42 | - |
| YUV | 111.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 92 | 0 | 0.07 | 0.23 | 0.53 | 42.22 | 0.13 | 0.41 |
| Hex | 77 | 6F | 5C | 0 | 7 | 17 | 35 | 2A | D | 29 |
| Octal | 167 | 157 | 134 | 0 | 7 | 27 | 65 | 52 | 15 | 51 |
| Binary | 1110111 | 1101111 | 1011100 | 0 | 111 | 10111 | 110101 | 101010 | 1101 | 101001 |
Color Harmonies of #776F5C
Complementary color
Monochromatic Colors of #776F5C
Black with #776F5C
Text Example
Text Example
White with #776F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F5C; }
p { color: rgb(119,111,92); }
H1.HeaderClassName
{
color: #776F5C;
}
.AnyTagClassName
{
color: #776F5C;
}
</style>
background-color css
<style>
a { background-color: #776F5C; }
a { background-color: rgb(119,111,92); }
div.DivClassName
{
background-color: #776F5C;
}
.BgClassName
{
background-color: #776F5C;
}
</style>
border-color css
<style>
span { border-color: #776F5C; }
span { border-color: rgb(119,111,92); }
td.TdClassName
{
border-color: #776F5C;
}
.TagClassName
{
border-color: #776F5C;
}
</style>