Shades of Solid Pink #744A52
Tints of Solid Pink #744A52
RGB
CMYK
RGB Variations
Color information
#744A52 (or 0x744A52) is known color: Solid Pink. HEX triplet: 74, 4A and 52. RGB value is (116,74,82). Sum of RGB (Red+Green+Blue) = 116+74+82=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #744A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A52 is #8BB5AD. Grayscale: #575757. Windows color (decimal): -9156014 or 5393012. OLE color: 5393012.
HSL color Cylindrical-coordinate representation of color #744A52: hue angle of 348.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A52 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 82 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.55 |
| HSL | 348.57º | 0.22% | 0.37% | - |
| HSV(B) | 348.57º | 0.36% | 0.45% | - |
| XYZ | 11.17 | 9.22 | 9.17 | - |
| YUV | 87.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 82 | 0 | 0.36 | 0.29 | 0.55 | 348.57 | 0.22 | 0.37 |
| Hex | 74 | 4A | 52 | 0 | 24 | 1D | 37 | 15D | 16 | 25 |
| Octal | 164 | 112 | 122 | 0 | 44 | 35 | 67 | 535 | 26 | 45 |
| Binary | 1110100 | 1001010 | 1010010 | 0 | 100100 | 11101 | 110111 | 101011101 | 10110 | 100101 |
Color Harmonies of #744A52
Complementary color
Monochromatic Colors of #744A52
Black with #744A52
Text Example
Text Example
White with #744A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A52; }
p { color: rgb(116,74,82); }
H1.HeaderClassName
{
color: #744A52;
}
.AnyTagClassName
{
color: #744A52;
}
</style>
background-color css
<style>
a { background-color: #744A52; }
a { background-color: rgb(116,74,82); }
div.DivClassName
{
background-color: #744A52;
}
.BgClassName
{
background-color: #744A52;
}
</style>
border-color css
<style>
span { border-color: #744A52; }
span { border-color: rgb(116,74,82); }
td.TdClassName
{
border-color: #744A52;
}
.TagClassName
{
border-color: #744A52;
}
</style>