Shades of Solid Pink #7F4A4E
Tints of Solid Pink #7F4A4E
RGB
CMYK
RGB Variations
Color information
#7F4A4E (or 0x7F4A4E) is known color: Solid Pink. HEX triplet: 7F, 4A and 4E. RGB value is (127,74,78). Sum of RGB (Red+Green+Blue) = 127+74+78=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4A4E is #80B5B1. Grayscale: #5A5A5A. Windows color (decimal): -8435122 or 5130879. OLE color: 5130879.
HSL color Cylindrical-coordinate representation of color #7F4A4E: hue angle of 355.47º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F4A4E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 74 | 78 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.50 |
| HSL | 355.47º | 0.26% | 0.39% | - |
| HSV(B) | 355.47º | 0.42% | 0.5% | - |
| XYZ | 12.58 | 9.96 | 8.47 | - |
| YUV | 90.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 78 | 0 | 0.42 | 0.39 | 0.50 | 355.47 | 0.26 | 0.39 |
| Hex | 7F | 4A | 4E | 0 | 2A | 27 | 32 | 163 | 1A | 27 |
| Octal | 177 | 112 | 116 | 0 | 52 | 47 | 62 | 543 | 32 | 47 |
| Binary | 1111111 | 1001010 | 1001110 | 0 | 101010 | 100111 | 110010 | 101100011 | 11010 | 100111 |
Color Harmonies of #7F4A4E
Complementary color
Monochromatic Colors of #7F4A4E
Black with #7F4A4E
Text Example
Text Example
White with #7F4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4A4E; }
p { color: rgb(127,74,78); }
H1.HeaderClassName
{
color: #7F4A4E;
}
.AnyTagClassName
{
color: #7F4A4E;
}
</style>
background-color css
<style>
a { background-color: #7F4A4E; }
a { background-color: rgb(127,74,78); }
div.DivClassName
{
background-color: #7F4A4E;
}
.BgClassName
{
background-color: #7F4A4E;
}
</style>
border-color css
<style>
span { border-color: #7F4A4E; }
span { border-color: rgb(127,74,78); }
td.TdClassName
{
border-color: #7F4A4E;
}
.TagClassName
{
border-color: #7F4A4E;
}
</style>