Shades of Pharlap #7C615F
Tints of Pharlap #7C615F
RGB
CMYK
RGB Variations
Color information
#7C615F (or 0x7C615F) is known color: Pharlap. HEX triplet: 7C, 61 and 5F. RGB value is (124,97,95). Sum of RGB (Red+Green+Blue) = 124+97+95=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 124 - color contains mainly: red. Hex color #7C615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C615F is #839EA0. Grayscale: #686868. Windows color (decimal): -8625825 or 6250876. OLE color: 6250876.
HSL color Cylindrical-coordinate representation of color #7C615F: hue angle of 4.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C615F is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 95 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.51 |
| HSL | 4.14º | 0.13% | 0.43% | - |
| HSV(B) | 4.14º | 0.23% | 0.49% | - |
| XYZ | 14.65 | 13.66 | 12.69 | - |
| YUV | 104.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 95 | 0 | 0.22 | 0.23 | 0.51 | 4.14 | 0.13 | 0.43 |
| Hex | 7C | 61 | 5F | 0 | 16 | 17 | 33 | 4 | D | 2B |
| Octal | 174 | 141 | 137 | 0 | 26 | 27 | 63 | 4 | 15 | 53 |
| Binary | 1111100 | 1100001 | 1011111 | 0 | 10110 | 10111 | 110011 | 100 | 1101 | 101011 |
Color Harmonies of #7C615F
Complementary color
Monochromatic Colors of #7C615F
Black with #7C615F
Text Example
Text Example
White with #7C615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C615F; }
p { color: rgb(124,97,95); }
H1.HeaderClassName
{
color: #7C615F;
}
.AnyTagClassName
{
color: #7C615F;
}
</style>
background-color css
<style>
a { background-color: #7C615F; }
a { background-color: rgb(124,97,95); }
div.DivClassName
{
background-color: #7C615F;
}
.BgClassName
{
background-color: #7C615F;
}
</style>
border-color css
<style>
span { border-color: #7C615F; }
span { border-color: rgb(124,97,95); }
td.TdClassName
{
border-color: #7C615F;
}
.TagClassName
{
border-color: #7C615F;
}
</style>