Shades of Solid Pink #7F5358
Tints of Solid Pink #7F5358
RGB
CMYK
RGB Variations
Color information
#7F5358 (or 0x7F5358) is known color: Solid Pink. HEX triplet: 7F, 53 and 58. RGB value is (127,83,88). Sum of RGB (Red+Green+Blue) = 127+83+88=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5358 is #80ACA7. Grayscale: #606060. Windows color (decimal): -8432808 or 5788543. OLE color: 5788543.
HSL color Cylindrical-coordinate representation of color #7F5358: hue angle of 353.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5358 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 88 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.50 |
| HSL | 353.18º | 0.21% | 0.41% | - |
| HSV(B) | 353.18º | 0.35% | 0.5% | - |
| XYZ | 13.61 | 11.4 | 10.72 | - |
| YUV | 96.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 88 | 0 | 0.35 | 0.31 | 0.50 | 353.18 | 0.21 | 0.41 |
| Hex | 7F | 53 | 58 | 0 | 23 | 1F | 32 | 161 | 15 | 29 |
| Octal | 177 | 123 | 130 | 0 | 43 | 37 | 62 | 541 | 25 | 51 |
| Binary | 1111111 | 1010011 | 1011000 | 0 | 100011 | 11111 | 110010 | 101100001 | 10101 | 101001 |
Color Harmonies of #7F5358
Complementary color
Monochromatic Colors of #7F5358
Black with #7F5358
Text Example
Text Example
White with #7F5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5358; }
p { color: rgb(127,83,88); }
H1.HeaderClassName
{
color: #7F5358;
}
.AnyTagClassName
{
color: #7F5358;
}
</style>
background-color css
<style>
a { background-color: #7F5358; }
a { background-color: rgb(127,83,88); }
div.DivClassName
{
background-color: #7F5358;
}
.BgClassName
{
background-color: #7F5358;
}
</style>
border-color css
<style>
span { border-color: #7F5358; }
span { border-color: rgb(127,83,88); }
td.TdClassName
{
border-color: #7F5358;
}
.TagClassName
{
border-color: #7F5358;
}
</style>