Shades of Pharlap #776E6D
Tints of Pharlap #776E6D
RGB
CMYK
RGB Variations
Color information
#776E6D (or 0x776E6D) is known color: Pharlap. HEX triplet: 77, 6E and 6D. RGB value is (119,110,109). Sum of RGB (Red+Green+Blue) = 119+110+109=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E6D is #889192. Grayscale: #707070. Windows color (decimal): -8950163 or 7171703. OLE color: 7171703.
HSL color Cylindrical-coordinate representation of color #776E6D: hue angle of 6º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #776E6D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 109 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.53 |
| HSL | 6º | 0.04% | 0.45% | - |
| HSV(B) | 6º | 0.08% | 0.47% | - |
| XYZ | 15.94 | 16.18 | 16.75 | - |
| YUV | 112.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 109 | 0 | 0.08 | 0.08 | 0.53 | 6 | 0.04 | 0.45 |
| Hex | 77 | 6E | 6D | 0 | 8 | 8 | 35 | 6 | 4 | 2D |
| Octal | 167 | 156 | 155 | 0 | 10 | 10 | 65 | 6 | 4 | 55 |
| Binary | 1110111 | 1101110 | 1101101 | 0 | 1000 | 1000 | 110101 | 110 | 100 | 101101 |
Color Harmonies of #776E6D
Complementary color
Monochromatic Colors of #776E6D
Black with #776E6D
Text Example
Text Example
White with #776E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E6D; }
p { color: rgb(119,110,109); }
H1.HeaderClassName
{
color: #776E6D;
}
.AnyTagClassName
{
color: #776E6D;
}
</style>
background-color css
<style>
a { background-color: #776E6D; }
a { background-color: rgb(119,110,109); }
div.DivClassName
{
background-color: #776E6D;
}
.BgClassName
{
background-color: #776E6D;
}
</style>
border-color css
<style>
span { border-color: #776E6D; }
span { border-color: rgb(119,110,109); }
td.TdClassName
{
border-color: #776E6D;
}
.TagClassName
{
border-color: #776E6D;
}
</style>