Shades of Solid Pink #7F4B4C
Tints of Solid Pink #7F4B4C
RGB
CMYK
RGB Variations
Color information
#7F4B4C (or 0x7F4B4C) is known color: Solid Pink. HEX triplet: 7F, 4B and 4C. RGB value is (127,75,76). Sum of RGB (Red+Green+Blue) = 127+75+76=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B4C is #80B4B3. Grayscale: #5A5A5A. Windows color (decimal): -8434868 or 5000063. OLE color: 5000063.
HSL color Cylindrical-coordinate representation of color #7F4B4C: hue angle of 358.85º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F4B4C is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 76 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.50 |
| HSL | 358.85º | 0.26% | 0.4% | - |
| HSV(B) | 358.85º | 0.41% | 0.5% | - |
| XYZ | 12.57 | 10.07 | 8.12 | - |
| YUV | 90.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 76 | 0 | 0.41 | 0.40 | 0.50 | 358.85 | 0.26 | 0.4 |
| Hex | 7F | 4B | 4C | 0 | 29 | 28 | 32 | 167 | 1A | 28 |
| Octal | 177 | 113 | 114 | 0 | 51 | 50 | 62 | 547 | 32 | 50 |
| Binary | 1111111 | 1001011 | 1001100 | 0 | 101001 | 101000 | 110010 | 101100111 | 11010 | 101000 |
Color Harmonies of #7F4B4C
Complementary color
Monochromatic Colors of #7F4B4C
Black with #7F4B4C
Text Example
Text Example
White with #7F4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B4C; }
p { color: rgb(127,75,76); }
H1.HeaderClassName
{
color: #7F4B4C;
}
.AnyTagClassName
{
color: #7F4B4C;
}
</style>
background-color css
<style>
a { background-color: #7F4B4C; }
a { background-color: rgb(127,75,76); }
div.DivClassName
{
background-color: #7F4B4C;
}
.BgClassName
{
background-color: #7F4B4C;
}
</style>
border-color css
<style>
span { border-color: #7F4B4C; }
span { border-color: rgb(127,75,76); }
td.TdClassName
{
border-color: #7F4B4C;
}
.TagClassName
{
border-color: #7F4B4C;
}
</style>