Shades of Solid Pink #754D50
Tints of Solid Pink #754D50
RGB
CMYK
RGB Variations
Color information
#754D50 (or 0x754D50) is known color: Solid Pink. HEX triplet: 75, 4D and 50. RGB value is (117,77,80). Sum of RGB (Red+Green+Blue) = 117+77+80=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D50 is #8AB2AF. Grayscale: #595959. Windows color (decimal): -9089712 or 5262709. OLE color: 5262709.
HSL color Cylindrical-coordinate representation of color #754D50: hue angle of 355.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D50 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 80 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.54 |
| HSL | 355.5º | 0.21% | 0.38% | - |
| HSV(B) | 355.5º | 0.34% | 0.46% | - |
| XYZ | 11.44 | 9.67 | 8.85 | - |
| YUV | 89.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 80 | 0 | 0.34 | 0.32 | 0.54 | 355.5 | 0.21 | 0.38 |
| Hex | 75 | 4D | 50 | 0 | 22 | 20 | 36 | 164 | 15 | 26 |
| Octal | 165 | 115 | 120 | 0 | 42 | 40 | 66 | 544 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1010000 | 0 | 100010 | 100000 | 110110 | 101100100 | 10101 | 100110 |
Color Harmonies of #754D50
Complementary color
Monochromatic Colors of #754D50
Black with #754D50
Text Example
Text Example
White with #754D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D50; }
p { color: rgb(117,77,80); }
H1.HeaderClassName
{
color: #754D50;
}
.AnyTagClassName
{
color: #754D50;
}
</style>
background-color css
<style>
a { background-color: #754D50; }
a { background-color: rgb(117,77,80); }
div.DivClassName
{
background-color: #754D50;
}
.BgClassName
{
background-color: #754D50;
}
</style>
border-color css
<style>
span { border-color: #754D50; }
span { border-color: rgb(117,77,80); }
td.TdClassName
{
border-color: #754D50;
}
.TagClassName
{
border-color: #754D50;
}
</style>