Shades of Pharlap #7D5F5D
Tints of Pharlap #7D5F5D
RGB
CMYK
RGB Variations
Color information
#7D5F5D (or 0x7D5F5D) is known color: Pharlap. HEX triplet: 7D, 5F and 5D. RGB value is (125,95,93). Sum of RGB (Red+Green+Blue) = 125+95+93=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F5D is #82A0A2. Grayscale: #676767. Windows color (decimal): -8560803 or 6119293. OLE color: 6119293.
HSL color Cylindrical-coordinate representation of color #7D5F5D: hue angle of 3.75º 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 #7D5F5D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 95 | 93 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.51 |
| HSL | 3.75º | 0.15% | 0.43% | - |
| HSV(B) | 3.75º | 0.26% | 0.49% | - |
| XYZ | 14.53 | 13.33 | 12.16 | - |
| YUV | 103.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 93 | 0 | 0.24 | 0.26 | 0.51 | 3.75 | 0.15 | 0.43 |
| Hex | 7D | 5F | 5D | 0 | 18 | 1A | 33 | 4 | F | 2B |
| Octal | 175 | 137 | 135 | 0 | 30 | 32 | 63 | 4 | 17 | 53 |
| Binary | 1111101 | 1011111 | 1011101 | 0 | 11000 | 11010 | 110011 | 100 | 1111 | 101011 |
Color Harmonies of #7D5F5D
Complementary color
Monochromatic Colors of #7D5F5D
Black with #7D5F5D
Text Example
Text Example
White with #7D5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5F5D; }
p { color: rgb(125,95,93); }
H1.HeaderClassName
{
color: #7D5F5D;
}
.AnyTagClassName
{
color: #7D5F5D;
}
</style>
background-color css
<style>
a { background-color: #7D5F5D; }
a { background-color: rgb(125,95,93); }
div.DivClassName
{
background-color: #7D5F5D;
}
.BgClassName
{
background-color: #7D5F5D;
}
</style>
border-color css
<style>
span { border-color: #7D5F5D; }
span { border-color: rgb(125,95,93); }
td.TdClassName
{
border-color: #7D5F5D;
}
.TagClassName
{
border-color: #7D5F5D;
}
</style>