Shades of Pharlap #776A68
Tints of Pharlap #776A68
RGB
CMYK
RGB Variations
Color information
#776A68 (or 0x776A68) is known color: Pharlap. HEX triplet: 77, 6A and 68. RGB value is (119,106,104). Sum of RGB (Red+Green+Blue) = 119+106+104=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A68 is #889597. Grayscale: #6D6D6D. Windows color (decimal): -8951192 or 6842999. OLE color: 6842999.
HSL color Cylindrical-coordinate representation of color #776A68: hue angle of 8º 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 #776A68 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 104 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.53 |
| HSL | 8º | 0.07% | 0.44% | - |
| HSV(B) | 8º | 0.13% | 0.47% | - |
| XYZ | 15.26 | 15.23 | 15.23 | - |
| YUV | 109.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 104 | 0 | 0.11 | 0.13 | 0.53 | 8 | 0.07 | 0.44 |
| Hex | 77 | 6A | 68 | 0 | B | D | 35 | 8 | 7 | 2C |
| Octal | 167 | 152 | 150 | 0 | 13 | 15 | 65 | 10 | 7 | 54 |
| Binary | 1110111 | 1101010 | 1101000 | 0 | 1011 | 1101 | 110101 | 1000 | 111 | 101100 |
Color Harmonies of #776A68
Complementary color
Monochromatic Colors of #776A68
Black with #776A68
Text Example
Text Example
White with #776A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A68; }
p { color: rgb(119,106,104); }
H1.HeaderClassName
{
color: #776A68;
}
.AnyTagClassName
{
color: #776A68;
}
</style>
background-color css
<style>
a { background-color: #776A68; }
a { background-color: rgb(119,106,104); }
div.DivClassName
{
background-color: #776A68;
}
.BgClassName
{
background-color: #776A68;
}
</style>
border-color css
<style>
span { border-color: #776A68; }
span { border-color: rgb(119,106,104); }
td.TdClassName
{
border-color: #776A68;
}
.TagClassName
{
border-color: #776A68;
}
</style>