Shades of Solid Pink #7F454B
Tints of Solid Pink #7F454B
RGB
CMYK
RGB Variations
Color information
#7F454B (or 0x7F454B) is known color: Solid Pink. HEX triplet: 7F, 45 and 4B. RGB value is (127,69,75). Sum of RGB (Red+Green+Blue) = 127+69+75=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F454B is #80BAB4. Grayscale: #575757. Windows color (decimal): -8436405 or 4932991. OLE color: 4932991.
HSL color Cylindrical-coordinate representation of color #7F454B: hue angle of 353.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F454B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 75 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.50 |
| HSL | 353.79º | 0.3% | 0.38% | - |
| HSV(B) | 353.79º | 0.46% | 0.5% | - |
| XYZ | 12.15 | 9.28 | 7.81 | - |
| YUV | 87.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 75 | 0 | 0.46 | 0.41 | 0.50 | 353.79 | 0.3 | 0.38 |
| Hex | 7F | 45 | 4B | 0 | 2E | 29 | 32 | 162 | 1E | 26 |
| Octal | 177 | 105 | 113 | 0 | 56 | 51 | 62 | 542 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1001011 | 0 | 101110 | 101001 | 110010 | 101100010 | 11110 | 100110 |
Color Harmonies of #7F454B
Complementary color
Monochromatic Colors of #7F454B
Black with #7F454B
Text Example
Text Example
White with #7F454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F454B; }
p { color: rgb(127,69,75); }
H1.HeaderClassName
{
color: #7F454B;
}
.AnyTagClassName
{
color: #7F454B;
}
</style>
background-color css
<style>
a { background-color: #7F454B; }
a { background-color: rgb(127,69,75); }
div.DivClassName
{
background-color: #7F454B;
}
.BgClassName
{
background-color: #7F454B;
}
</style>
border-color css
<style>
span { border-color: #7F454B; }
span { border-color: rgb(127,69,75); }
td.TdClassName
{
border-color: #7F454B;
}
.TagClassName
{
border-color: #7F454B;
}
</style>