Shades of Solid Pink #7F525A
Tints of Solid Pink #7F525A
RGB
CMYK
RGB Variations
Color information
#7F525A (or 0x7F525A) is known color: Solid Pink. HEX triplet: 7F, 52 and 5A. RGB value is (127,82,90). Sum of RGB (Red+Green+Blue) = 127+82+90=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F525A is #80ADA5. Grayscale: #606060. Windows color (decimal): -8433062 or 5919359. OLE color: 5919359.
HSL color Cylindrical-coordinate representation of color #7F525A: hue angle of 349.33º 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 #7F525A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 90 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.50 |
| HSL | 349.33º | 0.22% | 0.41% | - |
| HSV(B) | 349.33º | 0.35% | 0.5% | - |
| XYZ | 13.62 | 11.28 | 11.13 | - |
| YUV | 96.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 90 | 0 | 0.35 | 0.29 | 0.50 | 349.33 | 0.22 | 0.41 |
| Hex | 7F | 52 | 5A | 0 | 23 | 1D | 32 | 15D | 16 | 29 |
| Octal | 177 | 122 | 132 | 0 | 43 | 35 | 62 | 535 | 26 | 51 |
| Binary | 1111111 | 1010010 | 1011010 | 0 | 100011 | 11101 | 110010 | 101011101 | 10110 | 101001 |
Color Harmonies of #7F525A
Complementary color
Monochromatic Colors of #7F525A
Black with #7F525A
Text Example
Text Example
White with #7F525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F525A; }
p { color: rgb(127,82,90); }
H1.HeaderClassName
{
color: #7F525A;
}
.AnyTagClassName
{
color: #7F525A;
}
</style>
background-color css
<style>
a { background-color: #7F525A; }
a { background-color: rgb(127,82,90); }
div.DivClassName
{
background-color: #7F525A;
}
.BgClassName
{
background-color: #7F525A;
}
</style>
border-color css
<style>
span { border-color: #7F525A; }
span { border-color: rgb(127,82,90); }
td.TdClassName
{
border-color: #7F525A;
}
.TagClassName
{
border-color: #7F525A;
}
</style>