Shades of Solid Pink #7D4F58
Tints of Solid Pink #7D4F58
RGB
CMYK
RGB Variations
Color information
#7D4F58 (or 0x7D4F58) is known color: Solid Pink. HEX triplet: 7D, 4F and 58. RGB value is (125,79,88). Sum of RGB (Red+Green+Blue) = 125+79+88=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F58 is #82B0A7. Grayscale: #5D5D5D. Windows color (decimal): -8564904 or 5787517. OLE color: 5787517.
HSL color Cylindrical-coordinate representation of color #7D4F58: hue angle of 348.26º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D4F58 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 88 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.51 |
| HSL | 348.26º | 0.23% | 0.4% | - |
| HSV(B) | 348.26º | 0.37% | 0.49% | - |
| XYZ | 13.01 | 10.66 | 10.6 | - |
| YUV | 93.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 88 | 0 | 0.37 | 0.30 | 0.51 | 348.26 | 0.23 | 0.4 |
| Hex | 7D | 4F | 58 | 0 | 25 | 1E | 33 | 15C | 17 | 28 |
| Octal | 175 | 117 | 130 | 0 | 45 | 36 | 63 | 534 | 27 | 50 |
| Binary | 1111101 | 1001111 | 1011000 | 0 | 100101 | 11110 | 110011 | 101011100 | 10111 | 101000 |
Color Harmonies of #7D4F58
Complementary color
Monochromatic Colors of #7D4F58
Black with #7D4F58
Text Example
Text Example
White with #7D4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F58; }
p { color: rgb(125,79,88); }
H1.HeaderClassName
{
color: #7D4F58;
}
.AnyTagClassName
{
color: #7D4F58;
}
</style>
background-color css
<style>
a { background-color: #7D4F58; }
a { background-color: rgb(125,79,88); }
div.DivClassName
{
background-color: #7D4F58;
}
.BgClassName
{
background-color: #7D4F58;
}
</style>
border-color css
<style>
span { border-color: #7D4F58; }
span { border-color: rgb(125,79,88); }
td.TdClassName
{
border-color: #7D4F58;
}
.TagClassName
{
border-color: #7D4F58;
}
</style>