Shades of Solid Pink #7F4248
Tints of Solid Pink #7F4248
RGB
CMYK
RGB Variations
Color information
#7F4248 (or 0x7F4248) is known color: Solid Pink. HEX triplet: 7F, 42 and 48. RGB value is (127,66,72). Sum of RGB (Red+Green+Blue) = 127+66+72=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4248 is #80BDB7. Grayscale: #545454. Windows color (decimal): -8437176 or 4735615. OLE color: 4735615.
HSL color Cylindrical-coordinate representation of color #7F4248: hue angle of 354.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F4248 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 72 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.50 |
| HSL | 354.1º | 0.32% | 0.38% | - |
| HSV(B) | 354.1º | 0.48% | 0.5% | - |
| XYZ | 11.87 | 8.88 | 7.22 | - |
| YUV | 84.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 72 | 0 | 0.48 | 0.43 | 0.50 | 354.1 | 0.32 | 0.38 |
| Hex | 7F | 42 | 48 | 0 | 30 | 2B | 32 | 162 | 20 | 26 |
| Octal | 177 | 102 | 110 | 0 | 60 | 53 | 62 | 542 | 40 | 46 |
| Binary | 1111111 | 1000010 | 1001000 | 0 | 110000 | 101011 | 110010 | 101100010 | 100000 | 100110 |
Color Harmonies of #7F4248
Complementary color
Monochromatic Colors of #7F4248
Black with #7F4248
Text Example
Text Example
White with #7F4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4248; }
p { color: rgb(127,66,72); }
H1.HeaderClassName
{
color: #7F4248;
}
.AnyTagClassName
{
color: #7F4248;
}
</style>
background-color css
<style>
a { background-color: #7F4248; }
a { background-color: rgb(127,66,72); }
div.DivClassName
{
background-color: #7F4248;
}
.BgClassName
{
background-color: #7F4248;
}
</style>
border-color css
<style>
span { border-color: #7F4248; }
span { border-color: rgb(127,66,72); }
td.TdClassName
{
border-color: #7F4248;
}
.TagClassName
{
border-color: #7F4248;
}
</style>