Shades of Solid Pink #7F454C
Tints of Solid Pink #7F454C
RGB
CMYK
RGB Variations
Color information
#7F454C (or 0x7F454C) is known color: Solid Pink. HEX triplet: 7F, 45 and 4C. RGB value is (127,69,76). Sum of RGB (Red+Green+Blue) = 127+69+76=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F454C is #80BAB3. Grayscale: #575757. Windows color (decimal): -8436404 or 4998527. OLE color: 4998527.
HSL color Cylindrical-coordinate representation of color #7F454C: hue angle of 352.76º 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 #7F454C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 76 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.50 |
| HSL | 352.76º | 0.3% | 0.38% | - |
| HSV(B) | 352.76º | 0.46% | 0.5% | - |
| XYZ | 12.19 | 9.29 | 7.99 | - |
| YUV | 87.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 76 | 0 | 0.46 | 0.40 | 0.50 | 352.76 | 0.3 | 0.38 |
| Hex | 7F | 45 | 4C | 0 | 2E | 28 | 32 | 161 | 1E | 26 |
| Octal | 177 | 105 | 114 | 0 | 56 | 50 | 62 | 541 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1001100 | 0 | 101110 | 101000 | 110010 | 101100001 | 11110 | 100110 |
Color Harmonies of #7F454C
Complementary color
Monochromatic Colors of #7F454C
Black with #7F454C
Text Example
Text Example
White with #7F454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F454C; }
p { color: rgb(127,69,76); }
H1.HeaderClassName
{
color: #7F454C;
}
.AnyTagClassName
{
color: #7F454C;
}
</style>
background-color css
<style>
a { background-color: #7F454C; }
a { background-color: rgb(127,69,76); }
div.DivClassName
{
background-color: #7F454C;
}
.BgClassName
{
background-color: #7F454C;
}
</style>
border-color css
<style>
span { border-color: #7F454C; }
span { border-color: rgb(127,69,76); }
td.TdClassName
{
border-color: #7F454C;
}
.TagClassName
{
border-color: #7F454C;
}
</style>