Shades of Pharlap #77605F
Tints of Pharlap #77605F
RGB
CMYK
RGB Variations
Color information
#77605F (or 0x77605F) is known color: Pharlap. HEX triplet: 77, 60 and 5F. RGB value is (119,96,95). Sum of RGB (Red+Green+Blue) = 119+96+95=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77605F is #889FA0. Grayscale: #666666. Windows color (decimal): -8953761 or 6250615. OLE color: 6250615.
HSL color Cylindrical-coordinate representation of color #77605F: hue angle of 2.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77605F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 95 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.53 |
| HSL | 2.5º | 0.11% | 0.42% | - |
| HSV(B) | 2.5º | 0.2% | 0.47% | - |
| XYZ | 13.86 | 13.11 | 12.63 | - |
| YUV | 102.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 95 | 0 | 0.19 | 0.20 | 0.53 | 2.5 | 0.11 | 0.42 |
| Hex | 77 | 60 | 5F | 0 | 13 | 14 | 35 | 2 | B | 2A |
| Octal | 167 | 140 | 137 | 0 | 23 | 24 | 65 | 2 | 13 | 52 |
| Binary | 1110111 | 1100000 | 1011111 | 0 | 10011 | 10100 | 110101 | 10 | 1011 | 101010 |
Color Harmonies of #77605F
Complementary color
Monochromatic Colors of #77605F
Black with #77605F
Text Example
Text Example
White with #77605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77605F; }
p { color: rgb(119,96,95); }
H1.HeaderClassName
{
color: #77605F;
}
.AnyTagClassName
{
color: #77605F;
}
</style>
background-color css
<style>
a { background-color: #77605F; }
a { background-color: rgb(119,96,95); }
div.DivClassName
{
background-color: #77605F;
}
.BgClassName
{
background-color: #77605F;
}
</style>
border-color css
<style>
span { border-color: #77605F; }
span { border-color: rgb(119,96,95); }
td.TdClassName
{
border-color: #77605F;
}
.TagClassName
{
border-color: #77605F;
}
</style>