Shades of Pharlap #776663
Tints of Pharlap #776663
RGB
CMYK
RGB Variations
Color information
#776663 (or 0x776663) is known color: Pharlap. HEX triplet: 77, 66 and 63. RGB value is (119,102,99). Sum of RGB (Red+Green+Blue) = 119+102+99=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776663 is #88999C. Grayscale: #6A6A6A. Windows color (decimal): -8952221 or 6514295. OLE color: 6514295.
HSL color Cylindrical-coordinate representation of color #776663: hue angle of 9º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #776663 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 99 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.53 |
| HSL | 9º | 0.09% | 0.43% | - |
| HSV(B) | 9º | 0.17% | 0.47% | - |
| XYZ | 14.61 | 14.33 | 13.8 | - |
| YUV | 106.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 99 | 0 | 0.14 | 0.17 | 0.53 | 9 | 0.09 | 0.43 |
| Hex | 77 | 66 | 63 | 0 | E | 11 | 35 | 9 | 9 | 2B |
| Octal | 167 | 146 | 143 | 0 | 16 | 21 | 65 | 11 | 11 | 53 |
| Binary | 1110111 | 1100110 | 1100011 | 0 | 1110 | 10001 | 110101 | 1001 | 1001 | 101011 |
Color Harmonies of #776663
Complementary color
Monochromatic Colors of #776663
Black with #776663
Text Example
Text Example
White with #776663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776663; }
p { color: rgb(119,102,99); }
H1.HeaderClassName
{
color: #776663;
}
.AnyTagClassName
{
color: #776663;
}
</style>
background-color css
<style>
a { background-color: #776663; }
a { background-color: rgb(119,102,99); }
div.DivClassName
{
background-color: #776663;
}
.BgClassName
{
background-color: #776663;
}
</style>
border-color css
<style>
span { border-color: #776663; }
span { border-color: rgb(119,102,99); }
td.TdClassName
{
border-color: #776663;
}
.TagClassName
{
border-color: #776663;
}
</style>