Shades of Pharlap #776A69
Tints of Pharlap #776A69
RGB
CMYK
RGB Variations
Color information
#776A69 (or 0x776A69) is known color: Pharlap. HEX triplet: 77, 6A and 69. RGB value is (119,106,105). Sum of RGB (Red+Green+Blue) = 119+106+105=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A69 is #889596. Grayscale: #6D6D6D. Windows color (decimal): -8951191 or 6908535. OLE color: 6908535.
HSL color Cylindrical-coordinate representation of color #776A69: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776A69 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 105 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.53 |
| HSL | 4.29º | 0.06% | 0.44% | - |
| HSV(B) | 4.29º | 0.12% | 0.47% | - |
| XYZ | 15.31 | 15.25 | 15.5 | - |
| YUV | 109.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 105 | 0 | 0.11 | 0.12 | 0.53 | 4.29 | 0.06 | 0.44 |
| Hex | 77 | 6A | 69 | 0 | B | C | 35 | 4 | 6 | 2C |
| Octal | 167 | 152 | 151 | 0 | 13 | 14 | 65 | 4 | 6 | 54 |
| Binary | 1110111 | 1101010 | 1101001 | 0 | 1011 | 1100 | 110101 | 100 | 110 | 101100 |
Color Harmonies of #776A69
Complementary color
Monochromatic Colors of #776A69
Black with #776A69
Text Example
Text Example
White with #776A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A69; }
p { color: rgb(119,106,105); }
H1.HeaderClassName
{
color: #776A69;
}
.AnyTagClassName
{
color: #776A69;
}
</style>
background-color css
<style>
a { background-color: #776A69; }
a { background-color: rgb(119,106,105); }
div.DivClassName
{
background-color: #776A69;
}
.BgClassName
{
background-color: #776A69;
}
</style>
border-color css
<style>
span { border-color: #776A69; }
span { border-color: rgb(119,106,105); }
td.TdClassName
{
border-color: #776A69;
}
.TagClassName
{
border-color: #776A69;
}
</style>