Shades of Trendy Pink #795B7C
Tints of Trendy Pink #795B7C
RGB
CMYK
RGB Variations
Color information
#795B7C (or 0x795B7C) is known color: Trendy Pink. HEX triplet: 79, 5B and 7C. RGB value is (121,91,124). Sum of RGB (Red+Green+Blue) = 121+91+124=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #795B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B7C is #86A483. Grayscale: #676767. Windows color (decimal): -8823940 or 8149881. OLE color: 8149881.
HSL color Cylindrical-coordinate representation of color #795B7C: hue angle of 294.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795B7C is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 91 | 124 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.51 |
| HSL | 294.55º | 0.15% | 0.42% | - |
| HSV(B) | 294.55º | 0.27% | 0.49% | - |
| XYZ | 15.26 | 13 | 20.77 | - |
| YUV | 103.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 124 | 0.02 | 0.27 | 0 | 0.51 | 294.55 | 0.15 | 0.42 |
| Hex | 79 | 5B | 7C | 2 | 1B | 0 | 33 | 127 | F | 2A |
| Octal | 171 | 133 | 174 | 2 | 33 | 0 | 63 | 447 | 17 | 52 |
| Binary | 1111001 | 1011011 | 1111100 | 10 | 11011 | 0 | 110011 | 100100111 | 1111 | 101010 |
Color Harmonies of #795B7C
Complementary color
Monochromatic Colors of #795B7C
Black with #795B7C
Text Example
Text Example
White with #795B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B7C; }
p { color: rgb(121,91,124); }
H1.HeaderClassName
{
color: #795B7C;
}
.AnyTagClassName
{
color: #795B7C;
}
</style>
background-color css
<style>
a { background-color: #795B7C; }
a { background-color: rgb(121,91,124); }
div.DivClassName
{
background-color: #795B7C;
}
.BgClassName
{
background-color: #795B7C;
}
</style>
border-color css
<style>
span { border-color: #795B7C; }
span { border-color: rgb(121,91,124); }
td.TdClassName
{
border-color: #795B7C;
}
.TagClassName
{
border-color: #795B7C;
}
</style>