Shades of Trendy Pink #795F7D
Tints of Trendy Pink #795F7D
RGB
CMYK
RGB Variations
Color information
#795F7D (or 0x795F7D) is known color: Trendy Pink. HEX triplet: 79, 5F and 7D. RGB value is (121,95,125). Sum of RGB (Red+Green+Blue) = 121+95+125=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #795F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F7D is #86A082. Grayscale: #6A6A6A. Windows color (decimal): -8822915 or 8216441. OLE color: 8216441.
HSL color Cylindrical-coordinate representation of color #795F7D: hue angle of 292º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795F7D is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 95 | 125 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.51 |
| HSL | 292º | 0.14% | 0.43% | - |
| HSV(B) | 292º | 0.24% | 0.49% | - |
| XYZ | 15.68 | 13.73 | 21.23 | - |
| YUV | 106.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 125 | 0.03 | 0.24 | 0 | 0.51 | 292 | 0.14 | 0.43 |
| Hex | 79 | 5F | 7D | 3 | 18 | 0 | 33 | 124 | E | 2B |
| Octal | 171 | 137 | 175 | 3 | 30 | 0 | 63 | 444 | 16 | 53 |
| Binary | 1111001 | 1011111 | 1111101 | 11 | 11000 | 0 | 110011 | 100100100 | 1110 | 101011 |
Color Harmonies of #795F7D
Complementary color
Monochromatic Colors of #795F7D
Black with #795F7D
Text Example
Text Example
White with #795F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F7D; }
p { color: rgb(121,95,125); }
H1.HeaderClassName
{
color: #795F7D;
}
.AnyTagClassName
{
color: #795F7D;
}
</style>
background-color css
<style>
a { background-color: #795F7D; }
a { background-color: rgb(121,95,125); }
div.DivClassName
{
background-color: #795F7D;
}
.BgClassName
{
background-color: #795F7D;
}
</style>
border-color css
<style>
span { border-color: #795F7D; }
span { border-color: rgb(121,95,125); }
td.TdClassName
{
border-color: #795F7D;
}
.TagClassName
{
border-color: #795F7D;
}
</style>