Shades of Trendy Pink #735676
Tints of Trendy Pink #735676
RGB
CMYK
RGB Variations
Color information
#735676 (or 0x735676) is known color: Trendy Pink. HEX triplet: 73, 56 and 76. RGB value is (115,86,118). Sum of RGB (Red+Green+Blue) = 115+86+118=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #735676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735676 is #8CA989. Grayscale: #626262. Windows color (decimal): -9218442 or 7755379. OLE color: 7755379.
HSL color Cylindrical-coordinate representation of color #735676: hue angle of 294.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735676 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 86 | 118 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.54 |
| HSL | 294.38º | 0.16% | 0.4% | - |
| HSV(B) | 294.38º | 0.27% | 0.46% | - |
| XYZ | 13.67 | 11.61 | 18.66 | - |
| YUV | 98.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 118 | 0.03 | 0.27 | 0 | 0.54 | 294.38 | 0.16 | 0.4 |
| Hex | 73 | 56 | 76 | 3 | 1B | 0 | 36 | 126 | 10 | 28 |
| Octal | 163 | 126 | 166 | 3 | 33 | 0 | 66 | 446 | 20 | 50 |
| Binary | 1110011 | 1010110 | 1110110 | 11 | 11011 | 0 | 110110 | 100100110 | 10000 | 101000 |
Color Harmonies of #735676
Complementary color
Monochromatic Colors of #735676
Black with #735676
Text Example
Text Example
White with #735676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735676; }
p { color: rgb(115,86,118); }
H1.HeaderClassName
{
color: #735676;
}
.AnyTagClassName
{
color: #735676;
}
</style>
background-color css
<style>
a { background-color: #735676; }
a { background-color: rgb(115,86,118); }
div.DivClassName
{
background-color: #735676;
}
.BgClassName
{
background-color: #735676;
}
</style>
border-color css
<style>
span { border-color: #735676; }
span { border-color: rgb(115,86,118); }
td.TdClassName
{
border-color: #735676;
}
.TagClassName
{
border-color: #735676;
}
</style>