Shades of Pharlap #767170
Tints of Pharlap #767170
RGB
CMYK
RGB Variations
Color information
#767170 (or 0x767170) is known color: Pharlap. HEX triplet: 76, 71 and 70. RGB value is (118,113,112). Sum of RGB (Red+Green+Blue) = 118+113+112=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #767170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767170 is #898E8F. Grayscale: #727272. Windows color (decimal): -9014928 or 7369078. OLE color: 7369078.
HSL color Cylindrical-coordinate representation of color #767170: hue angle of 10º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767170 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 112 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.54 |
| HSL | 10º | 0.03% | 0.45% | - |
| HSV(B) | 10º | 0.05% | 0.46% | - |
| XYZ | 16.3 | 16.83 | 17.72 | - |
| YUV | 114.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 112 | 0 | 0.04 | 0.05 | 0.54 | 10 | 0.03 | 0.45 |
| Hex | 76 | 71 | 70 | 0 | 4 | 5 | 36 | A | 3 | 2D |
| Octal | 166 | 161 | 160 | 0 | 4 | 5 | 66 | 12 | 3 | 55 |
| Binary | 1110110 | 1110001 | 1110000 | 0 | 100 | 101 | 110110 | 1010 | 11 | 101101 |
Color Harmonies of #767170
Complementary color
Monochromatic Colors of #767170
Black with #767170
Text Example
Text Example
White with #767170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767170; }
p { color: rgb(118,113,112); }
H1.HeaderClassName
{
color: #767170;
}
.AnyTagClassName
{
color: #767170;
}
</style>
background-color css
<style>
a { background-color: #767170; }
a { background-color: rgb(118,113,112); }
div.DivClassName
{
background-color: #767170;
}
.BgClassName
{
background-color: #767170;
}
</style>
border-color css
<style>
span { border-color: #767170; }
span { border-color: rgb(118,113,112); }
td.TdClassName
{
border-color: #767170;
}
.TagClassName
{
border-color: #767170;
}
</style>