Shades of Pharlap #76605D
Tints of Pharlap #76605D
RGB
CMYK
RGB Variations
Color information
#76605D (or 0x76605D) is known color: Pharlap. HEX triplet: 76, 60 and 5D. RGB value is (118,96,93). Sum of RGB (Red+Green+Blue) = 118+96+93=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605D is #899FA2. Grayscale: #666666. Windows color (decimal): -9019299 or 6119542. OLE color: 6119542.
HSL color Cylindrical-coordinate representation of color #76605D: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76605D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 93 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.54 |
| HSL | 7.2º | 0.12% | 0.41% | - |
| HSV(B) | 7.2º | 0.21% | 0.46% | - |
| XYZ | 13.63 | 13.01 | 12.15 | - |
| YUV | 102.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 93 | 0 | 0.19 | 0.21 | 0.54 | 7.2 | 0.12 | 0.41 |
| Hex | 76 | 60 | 5D | 0 | 13 | 15 | 36 | 7 | C | 29 |
| Octal | 166 | 140 | 135 | 0 | 23 | 25 | 66 | 7 | 14 | 51 |
| Binary | 1110110 | 1100000 | 1011101 | 0 | 10011 | 10101 | 110110 | 111 | 1100 | 101001 |
Color Harmonies of #76605D
Complementary color
Monochromatic Colors of #76605D
Black with #76605D
Text Example
Text Example
White with #76605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76605D; }
p { color: rgb(118,96,93); }
H1.HeaderClassName
{
color: #76605D;
}
.AnyTagClassName
{
color: #76605D;
}
</style>
background-color css
<style>
a { background-color: #76605D; }
a { background-color: rgb(118,96,93); }
div.DivClassName
{
background-color: #76605D;
}
.BgClassName
{
background-color: #76605D;
}
</style>
border-color css
<style>
span { border-color: #76605D; }
span { border-color: rgb(118,96,93); }
td.TdClassName
{
border-color: #76605D;
}
.TagClassName
{
border-color: #76605D;
}
</style>