Shades of Pharlap #765F5C
Tints of Pharlap #765F5C
RGB
CMYK
RGB Variations
Color information
#765F5C (or 0x765F5C) is known color: Pharlap. HEX triplet: 76, 5F and 5C. RGB value is (118,95,92). Sum of RGB (Red+Green+Blue) = 118+95+92=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5C is #89A0A3. Grayscale: #656565. Windows color (decimal): -9019556 or 6053750. OLE color: 6053750.
HSL color Cylindrical-coordinate representation of color #765F5C: hue angle of 6.92º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765F5C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 92 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.54 |
| HSL | 6.92º | 0.12% | 0.41% | - |
| HSV(B) | 6.92º | 0.22% | 0.46% | - |
| XYZ | 13.5 | 12.81 | 11.89 | - |
| YUV | 101.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 92 | 0 | 0.19 | 0.22 | 0.54 | 6.92 | 0.12 | 0.41 |
| Hex | 76 | 5F | 5C | 0 | 13 | 16 | 36 | 7 | C | 29 |
| Octal | 166 | 137 | 134 | 0 | 23 | 26 | 66 | 7 | 14 | 51 |
| Binary | 1110110 | 1011111 | 1011100 | 0 | 10011 | 10110 | 110110 | 111 | 1100 | 101001 |
Color Harmonies of #765F5C
Complementary color
Monochromatic Colors of #765F5C
Black with #765F5C
Text Example
Text Example
White with #765F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F5C; }
p { color: rgb(118,95,92); }
H1.HeaderClassName
{
color: #765F5C;
}
.AnyTagClassName
{
color: #765F5C;
}
</style>
background-color css
<style>
a { background-color: #765F5C; }
a { background-color: rgb(118,95,92); }
div.DivClassName
{
background-color: #765F5C;
}
.BgClassName
{
background-color: #765F5C;
}
</style>
border-color css
<style>
span { border-color: #765F5C; }
span { border-color: rgb(118,95,92); }
td.TdClassName
{
border-color: #765F5C;
}
.TagClassName
{
border-color: #765F5C;
}
</style>