Shades of Trendy Pink #795674
Tints of Trendy Pink #795674
RGB
CMYK
RGB Variations
Color information
#795674 (or 0x795674) is known color: Trendy Pink. HEX triplet: 79, 56 and 74. RGB value is (121,86,116). Sum of RGB (Red+Green+Blue) = 121+86+116=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795674 is #86A98B. Grayscale: #636363. Windows color (decimal): -8825228 or 7624313. OLE color: 7624313.
HSL color Cylindrical-coordinate representation of color #795674: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795674 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 86 | 116 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.53 |
| HSL | 308.57º | 0.17% | 0.41% | - |
| HSV(B) | 308.57º | 0.29% | 0.47% | - |
| XYZ | 14.37 | 11.98 | 18.08 | - |
| YUV | 99.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 116 | 0 | 0.29 | 0.04 | 0.53 | 308.57 | 0.17 | 0.41 |
| Hex | 79 | 56 | 74 | 0 | 1D | 4 | 35 | 135 | 11 | 29 |
| Octal | 171 | 126 | 164 | 0 | 35 | 4 | 65 | 465 | 21 | 51 |
| Binary | 1111001 | 1010110 | 1110100 | 0 | 11101 | 100 | 110101 | 100110101 | 10001 | 101001 |
Color Harmonies of #795674
Complementary color
Monochromatic Colors of #795674
Black with #795674
Text Example
Text Example
White with #795674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795674; }
p { color: rgb(121,86,116); }
H1.HeaderClassName
{
color: #795674;
}
.AnyTagClassName
{
color: #795674;
}
</style>
background-color css
<style>
a { background-color: #795674; }
a { background-color: rgb(121,86,116); }
div.DivClassName
{
background-color: #795674;
}
.BgClassName
{
background-color: #795674;
}
</style>
border-color css
<style>
span { border-color: #795674; }
span { border-color: rgb(121,86,116); }
td.TdClassName
{
border-color: #795674;
}
.TagClassName
{
border-color: #795674;
}
</style>