Shades of Pharlap #776968
Tints of Pharlap #776968
RGB
CMYK
RGB Variations
Color information
#776968 (or 0x776968) is known color: Pharlap. HEX triplet: 77, 69 and 68. RGB value is (119,105,104). Sum of RGB (Red+Green+Blue) = 119+105+104=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776968 is #889697. Grayscale: #6D6D6D. Windows color (decimal): -8951448 or 6842743. OLE color: 6842743.
HSL color Cylindrical-coordinate representation of color #776968: hue angle of 4º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776968 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 104 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.53 |
| HSL | 4º | 0.07% | 0.44% | - |
| HSV(B) | 4º | 0.13% | 0.47% | - |
| XYZ | 15.16 | 15.02 | 15.2 | - |
| YUV | 109.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 104 | 0 | 0.12 | 0.13 | 0.53 | 4 | 0.07 | 0.44 |
| Hex | 77 | 69 | 68 | 0 | C | D | 35 | 4 | 7 | 2C |
| Octal | 167 | 151 | 150 | 0 | 14 | 15 | 65 | 4 | 7 | 54 |
| Binary | 1110111 | 1101001 | 1101000 | 0 | 1100 | 1101 | 110101 | 100 | 111 | 101100 |
Color Harmonies of #776968
Complementary color
Monochromatic Colors of #776968
Black with #776968
Text Example
Text Example
White with #776968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776968; }
p { color: rgb(119,105,104); }
H1.HeaderClassName
{
color: #776968;
}
.AnyTagClassName
{
color: #776968;
}
</style>
background-color css
<style>
a { background-color: #776968; }
a { background-color: rgb(119,105,104); }
div.DivClassName
{
background-color: #776968;
}
.BgClassName
{
background-color: #776968;
}
</style>
border-color css
<style>
span { border-color: #776968; }
span { border-color: rgb(119,105,104); }
td.TdClassName
{
border-color: #776968;
}
.TagClassName
{
border-color: #776968;
}
</style>