Shades of Pharlap #7C605C
Tints of Pharlap #7C605C
RGB
CMYK
RGB Variations
Color information
#7C605C (or 0x7C605C) is known color: Pharlap. HEX triplet: 7C, 60 and 5C. RGB value is (124,96,92). Sum of RGB (Red+Green+Blue) = 124+96+92=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C605C is #839FA3. Grayscale: #676767. Windows color (decimal): -8626084 or 6054012. OLE color: 6054012.
HSL color Cylindrical-coordinate representation of color #7C605C: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C605C is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 92 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.51 |
| HSL | 7.5º | 0.15% | 0.42% | - |
| HSV(B) | 7.5º | 0.26% | 0.49% | - |
| XYZ | 14.43 | 13.42 | 11.96 | - |
| YUV | 103.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 92 | 0 | 0.23 | 0.26 | 0.51 | 7.5 | 0.15 | 0.42 |
| Hex | 7C | 60 | 5C | 0 | 17 | 1A | 33 | 8 | F | 2A |
| Octal | 174 | 140 | 134 | 0 | 27 | 32 | 63 | 10 | 17 | 52 |
| Binary | 1111100 | 1100000 | 1011100 | 0 | 10111 | 11010 | 110011 | 1000 | 1111 | 101010 |
Color Harmonies of #7C605C
Complementary color
Monochromatic Colors of #7C605C
Black with #7C605C
Text Example
Text Example
White with #7C605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C605C; }
p { color: rgb(124,96,92); }
H1.HeaderClassName
{
color: #7C605C;
}
.AnyTagClassName
{
color: #7C605C;
}
</style>
background-color css
<style>
a { background-color: #7C605C; }
a { background-color: rgb(124,96,92); }
div.DivClassName
{
background-color: #7C605C;
}
.BgClassName
{
background-color: #7C605C;
}
</style>
border-color css
<style>
span { border-color: #7C605C; }
span { border-color: rgb(124,96,92); }
td.TdClassName
{
border-color: #7C605C;
}
.TagClassName
{
border-color: #7C605C;
}
</style>