Shades of Pharlap #756D6B
Tints of Pharlap #756D6B
RGB
CMYK
RGB Variations
Color information
#756D6B (or 0x756D6B) is known color: Pharlap. HEX triplet: 75, 6D and 6B. RGB value is (117,109,107). Sum of RGB (Red+Green+Blue) = 117+109+107=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6B is #8A9294. Grayscale: #6F6F6F. Windows color (decimal): -9081493 or 7040373. OLE color: 7040373.
HSL color Cylindrical-coordinate representation of color #756D6B: hue angle of 12º degrees, saturation: 0.04, 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 #756D6B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 107 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.54 |
| HSL | 12º | 0.04% | 0.44% | - |
| HSV(B) | 12º | 0.09% | 0.46% | - |
| XYZ | 15.46 | 15.78 | 16.14 | - |
| YUV | 111.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 107 | 0 | 0.07 | 0.09 | 0.54 | 12 | 0.04 | 0.44 |
| Hex | 75 | 6D | 6B | 0 | 7 | 9 | 36 | C | 4 | 2C |
| Octal | 165 | 155 | 153 | 0 | 7 | 11 | 66 | 14 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1101011 | 0 | 111 | 1001 | 110110 | 1100 | 100 | 101100 |
Color Harmonies of #756D6B
Complementary color
Monochromatic Colors of #756D6B
Black with #756D6B
Text Example
Text Example
White with #756D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D6B; }
p { color: rgb(117,109,107); }
H1.HeaderClassName
{
color: #756D6B;
}
.AnyTagClassName
{
color: #756D6B;
}
</style>
background-color css
<style>
a { background-color: #756D6B; }
a { background-color: rgb(117,109,107); }
div.DivClassName
{
background-color: #756D6B;
}
.BgClassName
{
background-color: #756D6B;
}
</style>
border-color css
<style>
span { border-color: #756D6B; }
span { border-color: rgb(117,109,107); }
td.TdClassName
{
border-color: #756D6B;
}
.TagClassName
{
border-color: #756D6B;
}
</style>