Shades of Solid Pink #7F4853
Tints of Solid Pink #7F4853
RGB
CMYK
RGB Variations
Color information
#7F4853 (or 0x7F4853) is known color: Solid Pink. HEX triplet: 7F, 48 and 53. RGB value is (127,72,83). Sum of RGB (Red+Green+Blue) = 127+72+83=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4853 is #80B7AC. Grayscale: #595959. Windows color (decimal): -8435629 or 5458047. OLE color: 5458047.
HSL color Cylindrical-coordinate representation of color #7F4853: hue angle of 348º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4853 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 83 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.50 |
| HSL | 348º | 0.28% | 0.39% | - |
| HSV(B) | 348º | 0.43% | 0.5% | - |
| XYZ | 12.63 | 9.77 | 9.4 | - |
| YUV | 89.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 83 | 0 | 0.43 | 0.35 | 0.50 | 348 | 0.28 | 0.39 |
| Hex | 7F | 48 | 53 | 0 | 2B | 23 | 32 | 15C | 1C | 27 |
| Octal | 177 | 110 | 123 | 0 | 53 | 43 | 62 | 534 | 34 | 47 |
| Binary | 1111111 | 1001000 | 1010011 | 0 | 101011 | 100011 | 110010 | 101011100 | 11100 | 100111 |
Color Harmonies of #7F4853
Complementary color
Monochromatic Colors of #7F4853
Black with #7F4853
Text Example
Text Example
White with #7F4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4853; }
p { color: rgb(127,72,83); }
H1.HeaderClassName
{
color: #7F4853;
}
.AnyTagClassName
{
color: #7F4853;
}
</style>
background-color css
<style>
a { background-color: #7F4853; }
a { background-color: rgb(127,72,83); }
div.DivClassName
{
background-color: #7F4853;
}
.BgClassName
{
background-color: #7F4853;
}
</style>
border-color css
<style>
span { border-color: #7F4853; }
span { border-color: rgb(127,72,83); }
td.TdClassName
{
border-color: #7F4853;
}
.TagClassName
{
border-color: #7F4853;
}
</style>