Shades of Pharlap #776C6A
Tints of Pharlap #776C6A
RGB
CMYK
RGB Variations
Color information
#776C6A (or 0x776C6A) is known color: Pharlap. HEX triplet: 77, 6C and 6A. RGB value is (119,108,106). Sum of RGB (Red+Green+Blue) = 119+108+106=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6A is #889395. Grayscale: #6F6F6F. Windows color (decimal): -8950678 or 6974583. OLE color: 6974583.
HSL color Cylindrical-coordinate representation of color #776C6A: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776C6A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 106 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.53 |
| HSL | 9.23º | 0.06% | 0.44% | - |
| HSV(B) | 9.23º | 0.11% | 0.47% | - |
| XYZ | 15.57 | 15.69 | 15.84 | - |
| YUV | 111.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 106 | 0 | 0.09 | 0.11 | 0.53 | 9.23 | 0.06 | 0.44 |
| Hex | 77 | 6C | 6A | 0 | 9 | B | 35 | 9 | 6 | 2C |
| Octal | 167 | 154 | 152 | 0 | 11 | 13 | 65 | 11 | 6 | 54 |
| Binary | 1110111 | 1101100 | 1101010 | 0 | 1001 | 1011 | 110101 | 1001 | 110 | 101100 |
Color Harmonies of #776C6A
Complementary color
Monochromatic Colors of #776C6A
Black with #776C6A
Text Example
Text Example
White with #776C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C6A; }
p { color: rgb(119,108,106); }
H1.HeaderClassName
{
color: #776C6A;
}
.AnyTagClassName
{
color: #776C6A;
}
</style>
background-color css
<style>
a { background-color: #776C6A; }
a { background-color: rgb(119,108,106); }
div.DivClassName
{
background-color: #776C6A;
}
.BgClassName
{
background-color: #776C6A;
}
</style>
border-color css
<style>
span { border-color: #776C6A; }
span { border-color: rgb(119,108,106); }
td.TdClassName
{
border-color: #776C6A;
}
.TagClassName
{
border-color: #776C6A;
}
</style>