Shades of Pharlap #776665
Tints of Pharlap #776665
RGB
CMYK
RGB Variations
Color information
#776665 (or 0x776665) is known color: Pharlap. HEX triplet: 77, 66 and 65. RGB value is (119,102,101). Sum of RGB (Red+Green+Blue) = 119+102+101=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776665 is #88999A. Grayscale: #6A6A6A. Windows color (decimal): -8952219 or 6645367. OLE color: 6645367.
HSL color Cylindrical-coordinate representation of color #776665: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776665 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 101 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.53 |
| HSL | 3.33º | 0.08% | 0.43% | - |
| HSV(B) | 3.33º | 0.15% | 0.47% | - |
| XYZ | 14.71 | 14.36 | 14.31 | - |
| YUV | 106.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 101 | 0 | 0.14 | 0.15 | 0.53 | 3.33 | 0.08 | 0.43 |
| Hex | 77 | 66 | 65 | 0 | E | F | 35 | 3 | 8 | 2B |
| Octal | 167 | 146 | 145 | 0 | 16 | 17 | 65 | 3 | 10 | 53 |
| Binary | 1110111 | 1100110 | 1100101 | 0 | 1110 | 1111 | 110101 | 11 | 1000 | 101011 |
Color Harmonies of #776665
Complementary color
Monochromatic Colors of #776665
Black with #776665
Text Example
Text Example
White with #776665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776665; }
p { color: rgb(119,102,101); }
H1.HeaderClassName
{
color: #776665;
}
.AnyTagClassName
{
color: #776665;
}
</style>
background-color css
<style>
a { background-color: #776665; }
a { background-color: rgb(119,102,101); }
div.DivClassName
{
background-color: #776665;
}
.BgClassName
{
background-color: #776665;
}
</style>
border-color css
<style>
span { border-color: #776665; }
span { border-color: rgb(119,102,101); }
td.TdClassName
{
border-color: #776665;
}
.TagClassName
{
border-color: #776665;
}
</style>