Shades of Solid Pink #754C52
Tints of Solid Pink #754C52
RGB
CMYK
RGB Variations
Color information
#754C52 (or 0x754C52) is known color: Solid Pink. HEX triplet: 75, 4C and 52. RGB value is (117,76,82). Sum of RGB (Red+Green+Blue) = 117+76+82=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C52 is #8AB3AD. Grayscale: #585858. Windows color (decimal): -9089966 or 5393525. OLE color: 5393525.
HSL color Cylindrical-coordinate representation of color #754C52: hue angle of 351.22º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C52 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 82 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.54 |
| HSL | 351.22º | 0.21% | 0.38% | - |
| HSV(B) | 351.22º | 0.35% | 0.46% | - |
| XYZ | 11.44 | 9.56 | 9.22 | - |
| YUV | 88.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 82 | 0 | 0.35 | 0.30 | 0.54 | 351.22 | 0.21 | 0.38 |
| Hex | 75 | 4C | 52 | 0 | 23 | 1E | 36 | 15F | 15 | 26 |
| Octal | 165 | 114 | 122 | 0 | 43 | 36 | 66 | 537 | 25 | 46 |
| Binary | 1110101 | 1001100 | 1010010 | 0 | 100011 | 11110 | 110110 | 101011111 | 10101 | 100110 |
Color Harmonies of #754C52
Complementary color
Monochromatic Colors of #754C52
Black with #754C52
Text Example
Text Example
White with #754C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C52; }
p { color: rgb(117,76,82); }
H1.HeaderClassName
{
color: #754C52;
}
.AnyTagClassName
{
color: #754C52;
}
</style>
background-color css
<style>
a { background-color: #754C52; }
a { background-color: rgb(117,76,82); }
div.DivClassName
{
background-color: #754C52;
}
.BgClassName
{
background-color: #754C52;
}
</style>
border-color css
<style>
span { border-color: #754C52; }
span { border-color: rgb(117,76,82); }
td.TdClassName
{
border-color: #754C52;
}
.TagClassName
{
border-color: #754C52;
}
</style>