Shades of Solid Pink #7F5253
Tints of Solid Pink #7F5253
RGB
CMYK
RGB Variations
Color information
#7F5253 (or 0x7F5253) is known color: Solid Pink. HEX triplet: 7F, 52 and 53. RGB value is (127,82,83). Sum of RGB (Red+Green+Blue) = 127+82+83=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5253 is #80ADAC. Grayscale: #5F5F5F. Windows color (decimal): -8433069 or 5460607. OLE color: 5460607.
HSL color Cylindrical-coordinate representation of color #7F5253: hue angle of 358.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5253 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 83 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.50 |
| HSL | 358.67º | 0.22% | 0.41% | - |
| HSV(B) | 358.67º | 0.35% | 0.5% | - |
| XYZ | 13.33 | 11.17 | 9.64 | - |
| YUV | 95.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 83 | 0 | 0.35 | 0.35 | 0.50 | 358.67 | 0.22 | 0.41 |
| Hex | 7F | 52 | 53 | 0 | 23 | 23 | 32 | 167 | 16 | 29 |
| Octal | 177 | 122 | 123 | 0 | 43 | 43 | 62 | 547 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1010011 | 0 | 100011 | 100011 | 110010 | 101100111 | 10110 | 101001 |
Color Harmonies of #7F5253
Complementary color
Monochromatic Colors of #7F5253
Black with #7F5253
Text Example
Text Example
White with #7F5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5253; }
p { color: rgb(127,82,83); }
H1.HeaderClassName
{
color: #7F5253;
}
.AnyTagClassName
{
color: #7F5253;
}
</style>
background-color css
<style>
a { background-color: #7F5253; }
a { background-color: rgb(127,82,83); }
div.DivClassName
{
background-color: #7F5253;
}
.BgClassName
{
background-color: #7F5253;
}
</style>
border-color css
<style>
span { border-color: #7F5253; }
span { border-color: rgb(127,82,83); }
td.TdClassName
{
border-color: #7F5253;
}
.TagClassName
{
border-color: #7F5253;
}
</style>