Shades of Solid Pink #744C51
Tints of Solid Pink #744C51
RGB
CMYK
RGB Variations
Color information
#744C51 (or 0x744C51) is known color: Solid Pink. HEX triplet: 74, 4C and 51. RGB value is (116,76,81). Sum of RGB (Red+Green+Blue) = 116+76+81=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #744C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C51 is #8BB3AE. Grayscale: #585858. Windows color (decimal): -9155503 or 5327988. OLE color: 5327988.
HSL color Cylindrical-coordinate representation of color #744C51: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744C51 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 81 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.55 |
| HSL | 352.5º | 0.21% | 0.38% | - |
| HSV(B) | 352.5º | 0.34% | 0.45% | - |
| XYZ | 11.27 | 9.48 | 9.02 | - |
| YUV | 88.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 81 | 0 | 0.34 | 0.30 | 0.55 | 352.5 | 0.21 | 0.38 |
| Hex | 74 | 4C | 51 | 0 | 22 | 1E | 37 | 160 | 15 | 26 |
| Octal | 164 | 114 | 121 | 0 | 42 | 36 | 67 | 540 | 25 | 46 |
| Binary | 1110100 | 1001100 | 1010001 | 0 | 100010 | 11110 | 110111 | 101100000 | 10101 | 100110 |
Color Harmonies of #744C51
Complementary color
Monochromatic Colors of #744C51
Black with #744C51
Text Example
Text Example
White with #744C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C51; }
p { color: rgb(116,76,81); }
H1.HeaderClassName
{
color: #744C51;
}
.AnyTagClassName
{
color: #744C51;
}
</style>
background-color css
<style>
a { background-color: #744C51; }
a { background-color: rgb(116,76,81); }
div.DivClassName
{
background-color: #744C51;
}
.BgClassName
{
background-color: #744C51;
}
</style>
border-color css
<style>
span { border-color: #744C51; }
span { border-color: rgb(116,76,81); }
td.TdClassName
{
border-color: #744C51;
}
.TagClassName
{
border-color: #744C51;
}
</style>