Shades of Pharlap #766D6B
Tints of Pharlap #766D6B
RGB
CMYK
RGB Variations
Color information
#766D6B (or 0x766D6B) is known color: Pharlap. HEX triplet: 76, 6D and 6B. RGB value is (118,109,107). Sum of RGB (Red+Green+Blue) = 118+109+107=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6B is #899294. Grayscale: #6F6F6F. Windows color (decimal): -9015957 or 7040374. OLE color: 7040374.
HSL color Cylindrical-coordinate representation of color #766D6B: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766D6B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 107 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.54 |
| HSL | 10.91º | 0.05% | 0.44% | - |
| HSV(B) | 10.91º | 0.09% | 0.46% | - |
| XYZ | 15.59 | 15.85 | 16.15 | - |
| YUV | 111.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 107 | 0 | 0.08 | 0.09 | 0.54 | 10.91 | 0.05 | 0.44 |
| Hex | 76 | 6D | 6B | 0 | 8 | 9 | 36 | B | 5 | 2C |
| Octal | 166 | 155 | 153 | 0 | 10 | 11 | 66 | 13 | 5 | 54 |
| Binary | 1110110 | 1101101 | 1101011 | 0 | 1000 | 1001 | 110110 | 1011 | 101 | 101100 |
Color Harmonies of #766D6B
Complementary color
Monochromatic Colors of #766D6B
Black with #766D6B
Text Example
Text Example
White with #766D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D6B; }
p { color: rgb(118,109,107); }
H1.HeaderClassName
{
color: #766D6B;
}
.AnyTagClassName
{
color: #766D6B;
}
</style>
background-color css
<style>
a { background-color: #766D6B; }
a { background-color: rgb(118,109,107); }
div.DivClassName
{
background-color: #766D6B;
}
.BgClassName
{
background-color: #766D6B;
}
</style>
border-color css
<style>
span { border-color: #766D6B; }
span { border-color: rgb(118,109,107); }
td.TdClassName
{
border-color: #766D6B;
}
.TagClassName
{
border-color: #766D6B;
}
</style>