Shades of Pablo #776E5E
Tints of Pablo #776E5E
RGB
CMYK
RGB Variations
Color information
#776E5E (or 0x776E5E) is known color: Pablo. HEX triplet: 77, 6E and 5E. RGB value is (119,110,94). Sum of RGB (Red+Green+Blue) = 119+110+94=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5E is #8891A1. Grayscale: #6E6E6E. Windows color (decimal): -8950178 or 6188663. OLE color: 6188663.
HSL color Cylindrical-coordinate representation of color #776E5E: hue angle of 38.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776E5E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
RGB | 119 | 110 | 94 | - |
CMYK | 0 | 0.08 | 0.21 | 0.53 |
HSL | 38.4º | 0.12% | 0.42% | - |
HSV(B) | 38.4º | 0.21% | 0.47% | - |
XYZ | 15.2 | 15.88 | 12.85 | - |
YUV | 110.87 | 118.48 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 110 | 94 | 0 | 0.08 | 0.21 | 0.53 | 38.4 | 0.12 | 0.42 |
Hex | 77 | 6E | 5E | 0 | 8 | 15 | 35 | 26 | C | 2A |
Octal | 167 | 156 | 136 | 0 | 10 | 25 | 65 | 46 | 14 | 52 |
Binary | 1110111 | 1101110 | 1011110 | 0 | 1000 | 10101 | 110101 | 100110 | 1100 | 101010 |
Color Harmonies of #776E5E
Complementary color
Monochromatic Colors of #776E5E
Black with #776E5E
Text Example
Text Example
White with #776E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E5E; }
p { color: rgb(119,110,94); }
H1.HeaderClassName
{
color: #776E5E;
}
.AnyTagClassName
{
color: #776E5E;
}
</style>
background-color css
<style>
a { background-color: #776E5E; }
a { background-color: rgb(119,110,94); }
div.DivClassName
{
background-color: #776E5E;
}
.BgClassName
{
background-color: #776E5E;
}
</style>
border-color css
<style>
span { border-color: #776E5E; }
span { border-color: rgb(119,110,94); }
td.TdClassName
{
border-color: #776E5E;
}
.TagClassName
{
border-color: #776E5E;
}
</style>