Shades of Pharlap #7D615C
Tints of Pharlap #7D615C
RGB
CMYK
RGB Variations
Color information
#7D615C (or 0x7D615C) is known color: Pharlap. HEX triplet: 7D, 61 and 5C. RGB value is (125,97,92). Sum of RGB (Red+Green+Blue) = 125+97+92=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D615C is #829EA3. Grayscale: #686868. Windows color (decimal): -8560292 or 6054269. OLE color: 6054269.
HSL color Cylindrical-coordinate representation of color #7D615C: hue angle of 9.09º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D615C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 92 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.51 |
| HSL | 9.09º | 0.15% | 0.43% | - |
| HSV(B) | 9.09º | 0.26% | 0.49% | - |
| XYZ | 14.66 | 13.68 | 11.99 | - |
| YUV | 104.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 92 | 0 | 0.22 | 0.26 | 0.51 | 9.09 | 0.15 | 0.43 |
| Hex | 7D | 61 | 5C | 0 | 16 | 1A | 33 | 9 | F | 2B |
| Octal | 175 | 141 | 134 | 0 | 26 | 32 | 63 | 11 | 17 | 53 |
| Binary | 1111101 | 1100001 | 1011100 | 0 | 10110 | 11010 | 110011 | 1001 | 1111 | 101011 |
Color Harmonies of #7D615C
Complementary color
Monochromatic Colors of #7D615C
Black with #7D615C
Text Example
Text Example
White with #7D615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D615C; }
p { color: rgb(125,97,92); }
H1.HeaderClassName
{
color: #7D615C;
}
.AnyTagClassName
{
color: #7D615C;
}
</style>
background-color css
<style>
a { background-color: #7D615C; }
a { background-color: rgb(125,97,92); }
div.DivClassName
{
background-color: #7D615C;
}
.BgClassName
{
background-color: #7D615C;
}
</style>
border-color css
<style>
span { border-color: #7D615C; }
span { border-color: rgb(125,97,92); }
td.TdClassName
{
border-color: #7D615C;
}
.TagClassName
{
border-color: #7D615C;
}
</style>