Shades of Solid Pink #754D51
Tints of Solid Pink #754D51
RGB
CMYK
RGB Variations
Color information
#754D51 (or 0x754D51) is known color: Solid Pink. HEX triplet: 75, 4D and 51. RGB value is (117,77,81). Sum of RGB (Red+Green+Blue) = 117+77+81=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D51 is #8AB2AE. Grayscale: #595959. Windows color (decimal): -9089711 or 5328245. OLE color: 5328245.
HSL color Cylindrical-coordinate representation of color #754D51: hue angle of 354º 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 #754D51 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 81 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.54 |
| HSL | 354º | 0.21% | 0.38% | - |
| HSV(B) | 354º | 0.34% | 0.46% | - |
| XYZ | 11.48 | 9.68 | 9.05 | - |
| YUV | 89.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 81 | 0 | 0.34 | 0.31 | 0.54 | 354 | 0.21 | 0.38 |
| Hex | 75 | 4D | 51 | 0 | 22 | 1F | 36 | 162 | 15 | 26 |
| Octal | 165 | 115 | 121 | 0 | 42 | 37 | 66 | 542 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1010001 | 0 | 100010 | 11111 | 110110 | 101100010 | 10101 | 100110 |
Color Harmonies of #754D51
Complementary color
Monochromatic Colors of #754D51
Black with #754D51
Text Example
Text Example
White with #754D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D51; }
p { color: rgb(117,77,81); }
H1.HeaderClassName
{
color: #754D51;
}
.AnyTagClassName
{
color: #754D51;
}
</style>
background-color css
<style>
a { background-color: #754D51; }
a { background-color: rgb(117,77,81); }
div.DivClassName
{
background-color: #754D51;
}
.BgClassName
{
background-color: #754D51;
}
</style>
border-color css
<style>
span { border-color: #754D51; }
span { border-color: rgb(117,77,81); }
td.TdClassName
{
border-color: #754D51;
}
.TagClassName
{
border-color: #754D51;
}
</style>