Shades of Solid Pink #7D5054
Tints of Solid Pink #7D5054
RGB
CMYK
RGB Variations
Color information
#7D5054 (or 0x7D5054) is known color: Solid Pink. HEX triplet: 7D, 50 and 54. RGB value is (125,80,84). Sum of RGB (Red+Green+Blue) = 125+80+84=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5054 is #82AFAB. Grayscale: #5D5D5D. Windows color (decimal): -8564652 or 5525629. OLE color: 5525629.
HSL color Cylindrical-coordinate representation of color #7D5054: hue angle of 354.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5054 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 80 | 84 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.51 |
| HSL | 354.67º | 0.22% | 0.4% | - |
| HSV(B) | 354.67º | 0.36% | 0.49% | - |
| XYZ | 12.93 | 10.74 | 9.78 | - |
| YUV | 93.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 80 | 84 | 0 | 0.36 | 0.33 | 0.51 | 354.67 | 0.22 | 0.4 |
| Hex | 7D | 50 | 54 | 0 | 24 | 21 | 33 | 163 | 16 | 28 |
| Octal | 175 | 120 | 124 | 0 | 44 | 41 | 63 | 543 | 26 | 50 |
| Binary | 1111101 | 1010000 | 1010100 | 0 | 100100 | 100001 | 110011 | 101100011 | 10110 | 101000 |
Color Harmonies of #7D5054
Complementary color
Monochromatic Colors of #7D5054
Black with #7D5054
Text Example
Text Example
White with #7D5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5054; }
p { color: rgb(125,80,84); }
H1.HeaderClassName
{
color: #7D5054;
}
.AnyTagClassName
{
color: #7D5054;
}
</style>
background-color css
<style>
a { background-color: #7D5054; }
a { background-color: rgb(125,80,84); }
div.DivClassName
{
background-color: #7D5054;
}
.BgClassName
{
background-color: #7D5054;
}
</style>
border-color css
<style>
span { border-color: #7D5054; }
span { border-color: rgb(125,80,84); }
td.TdClassName
{
border-color: #7D5054;
}
.TagClassName
{
border-color: #7D5054;
}
</style>