Shades of Pharlap #776866
Tints of Pharlap #776866
RGB
CMYK
RGB Variations
Color information
#776866 (or 0x776866) is known color: Pharlap. HEX triplet: 77, 68 and 66. RGB value is (119,104,102). Sum of RGB (Red+Green+Blue) = 119+104+102=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776866 is #889799. Grayscale: #6C6C6C. Windows color (decimal): -8951706 or 6711415. OLE color: 6711415.
HSL color Cylindrical-coordinate representation of color #776866: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776866 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 102 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.53 |
| HSL | 7.06º | 0.08% | 0.43% | - |
| HSV(B) | 7.06º | 0.14% | 0.47% | - |
| XYZ | 14.96 | 14.78 | 14.64 | - |
| YUV | 108.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 102 | 0 | 0.13 | 0.14 | 0.53 | 7.06 | 0.08 | 0.43 |
| Hex | 77 | 68 | 66 | 0 | D | E | 35 | 7 | 8 | 2B |
| Octal | 167 | 150 | 146 | 0 | 15 | 16 | 65 | 7 | 10 | 53 |
| Binary | 1110111 | 1101000 | 1100110 | 0 | 1101 | 1110 | 110101 | 111 | 1000 | 101011 |
Color Harmonies of #776866
Complementary color
Monochromatic Colors of #776866
Black with #776866
Text Example
Text Example
White with #776866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776866; }
p { color: rgb(119,104,102); }
H1.HeaderClassName
{
color: #776866;
}
.AnyTagClassName
{
color: #776866;
}
</style>
background-color css
<style>
a { background-color: #776866; }
a { background-color: rgb(119,104,102); }
div.DivClassName
{
background-color: #776866;
}
.BgClassName
{
background-color: #776866;
}
</style>
border-color css
<style>
span { border-color: #776866; }
span { border-color: rgb(119,104,102); }
td.TdClassName
{
border-color: #776866;
}
.TagClassName
{
border-color: #776866;
}
</style>