Shades of Pharlap #776361
Tints of Pharlap #776361
RGB
CMYK
RGB Variations
Color information
#776361 (or 0x776361) is known color: Pharlap. HEX triplet: 77, 63 and 61. RGB value is (119,99,97). Sum of RGB (Red+Green+Blue) = 119+99+97=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776361 is #889C9E. Grayscale: #686868. Windows color (decimal): -8952991 or 6382455. OLE color: 6382455.
HSL color Cylindrical-coordinate representation of color #776361: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776361 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 97 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.53 |
| HSL | 5.45º | 0.1% | 0.42% | - |
| HSV(B) | 5.45º | 0.18% | 0.47% | - |
| XYZ | 14.23 | 13.71 | 13.21 | - |
| YUV | 104.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 97 | 0 | 0.17 | 0.18 | 0.53 | 5.45 | 0.1 | 0.42 |
| Hex | 77 | 63 | 61 | 0 | 11 | 12 | 35 | 5 | A | 2A |
| Octal | 167 | 143 | 141 | 0 | 21 | 22 | 65 | 5 | 12 | 52 |
| Binary | 1110111 | 1100011 | 1100001 | 0 | 10001 | 10010 | 110101 | 101 | 1010 | 101010 |
Color Harmonies of #776361
Complementary color
Monochromatic Colors of #776361
Black with #776361
Text Example
Text Example
White with #776361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776361; }
p { color: rgb(119,99,97); }
H1.HeaderClassName
{
color: #776361;
}
.AnyTagClassName
{
color: #776361;
}
</style>
background-color css
<style>
a { background-color: #776361; }
a { background-color: rgb(119,99,97); }
div.DivClassName
{
background-color: #776361;
}
.BgClassName
{
background-color: #776361;
}
</style>
border-color css
<style>
span { border-color: #776361; }
span { border-color: rgb(119,99,97); }
td.TdClassName
{
border-color: #776361;
}
.TagClassName
{
border-color: #776361;
}
</style>