Shades of Solid Pink #754B50
Tints of Solid Pink #754B50
RGB
CMYK
RGB Variations
Color information
#754B50 (or 0x754B50) is known color: Solid Pink. HEX triplet: 75, 4B and 50. RGB value is (117,75,80). Sum of RGB (Red+Green+Blue) = 117+75+80=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B50 is #8AB4AF. Grayscale: #585858. Windows color (decimal): -9090224 or 5262197. OLE color: 5262197.
HSL color Cylindrical-coordinate representation of color #754B50: hue angle of 352.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B50 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 80 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.54 |
| HSL | 352.86º | 0.22% | 0.38% | - |
| HSV(B) | 352.86º | 0.36% | 0.46% | - |
| XYZ | 11.3 | 9.39 | 8.81 | - |
| YUV | 88.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 80 | 0 | 0.36 | 0.32 | 0.54 | 352.86 | 0.22 | 0.38 |
| Hex | 75 | 4B | 50 | 0 | 24 | 20 | 36 | 161 | 16 | 26 |
| Octal | 165 | 113 | 120 | 0 | 44 | 40 | 66 | 541 | 26 | 46 |
| Binary | 1110101 | 1001011 | 1010000 | 0 | 100100 | 100000 | 110110 | 101100001 | 10110 | 100110 |
Color Harmonies of #754B50
Complementary color
Monochromatic Colors of #754B50
Black with #754B50
Text Example
Text Example
White with #754B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B50; }
p { color: rgb(117,75,80); }
H1.HeaderClassName
{
color: #754B50;
}
.AnyTagClassName
{
color: #754B50;
}
</style>
background-color css
<style>
a { background-color: #754B50; }
a { background-color: rgb(117,75,80); }
div.DivClassName
{
background-color: #754B50;
}
.BgClassName
{
background-color: #754B50;
}
</style>
border-color css
<style>
span { border-color: #754B50; }
span { border-color: rgb(117,75,80); }
td.TdClassName
{
border-color: #754B50;
}
.TagClassName
{
border-color: #754B50;
}
</style>