Shades of Pharlap #7D5E5B
Tints of Pharlap #7D5E5B
RGB
CMYK
RGB Variations
Color information
#7D5E5B (or 0x7D5E5B) is known color: Pharlap. HEX triplet: 7D, 5E and 5B. RGB value is (125,94,91). Sum of RGB (Red+Green+Blue) = 125+94+91=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E5B is #82A1A4. Grayscale: #666666. Windows color (decimal): -8561061 or 5987965. OLE color: 5987965.
HSL color Cylindrical-coordinate representation of color #7D5E5B: hue angle of 5.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D5E5B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
RGB | 125 | 94 | 91 | - |
CMYK | 0 | 0.25 | 0.27 | 0.51 |
HSL | 5.29º | 0.16% | 0.42% | - |
HSV(B) | 5.29º | 0.27% | 0.49% | - |
XYZ | 14.35 | 13.12 | 11.67 | - |
YUV | 102.93 | 121.27 | 143.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 94 | 91 | 0 | 0.25 | 0.27 | 0.51 | 5.29 | 0.16 | 0.42 |
Hex | 7D | 5E | 5B | 0 | 19 | 1B | 33 | 5 | 10 | 2A |
Octal | 175 | 136 | 133 | 0 | 31 | 33 | 63 | 5 | 20 | 52 |
Binary | 1111101 | 1011110 | 1011011 | 0 | 11001 | 11011 | 110011 | 101 | 10000 | 101010 |
Color Harmonies of #7D5E5B
Complementary color
Monochromatic Colors of #7D5E5B
Black with #7D5E5B
Text Example
Text Example
White with #7D5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E5B; }
p { color: rgb(125,94,91); }
H1.HeaderClassName
{
color: #7D5E5B;
}
.AnyTagClassName
{
color: #7D5E5B;
}
</style>
background-color css
<style>
a { background-color: #7D5E5B; }
a { background-color: rgb(125,94,91); }
div.DivClassName
{
background-color: #7D5E5B;
}
.BgClassName
{
background-color: #7D5E5B;
}
</style>
border-color css
<style>
span { border-color: #7D5E5B; }
span { border-color: rgb(125,94,91); }
td.TdClassName
{
border-color: #7D5E5B;
}
.TagClassName
{
border-color: #7D5E5B;
}
</style>