Shades of Pharlap #776362
Tints of Pharlap #776362
RGB
CMYK
RGB Variations
Color information
#776362 (or 0x776362) is known color: Pharlap. HEX triplet: 77, 63 and 62. RGB value is (119,99,98). Sum of RGB (Red+Green+Blue) = 119+99+98=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776362 is #889C9D. Grayscale: #686868. Windows color (decimal): -8952990 or 6447991. OLE color: 6447991.
HSL color Cylindrical-coordinate representation of color #776362: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776362 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 98 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.53 |
| HSL | 2.86º | 0.1% | 0.43% | - |
| HSV(B) | 2.86º | 0.18% | 0.47% | - |
| XYZ | 14.27 | 13.73 | 13.45 | - |
| YUV | 104.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 98 | 0 | 0.17 | 0.18 | 0.53 | 2.86 | 0.1 | 0.43 |
| Hex | 77 | 63 | 62 | 0 | 11 | 12 | 35 | 3 | A | 2B |
| Octal | 167 | 143 | 142 | 0 | 21 | 22 | 65 | 3 | 12 | 53 |
| Binary | 1110111 | 1100011 | 1100010 | 0 | 10001 | 10010 | 110101 | 11 | 1010 | 101011 |
Color Harmonies of #776362
Complementary color
Monochromatic Colors of #776362
Black with #776362
Text Example
Text Example
White with #776362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776362; }
p { color: rgb(119,99,98); }
H1.HeaderClassName
{
color: #776362;
}
.AnyTagClassName
{
color: #776362;
}
</style>
background-color css
<style>
a { background-color: #776362; }
a { background-color: rgb(119,99,98); }
div.DivClassName
{
background-color: #776362;
}
.BgClassName
{
background-color: #776362;
}
</style>
border-color css
<style>
span { border-color: #776362; }
span { border-color: rgb(119,99,98); }
td.TdClassName
{
border-color: #776362;
}
.TagClassName
{
border-color: #776362;
}
</style>