Shades of Trendy Pink #795D7F
Tints of Trendy Pink #795D7F
RGB
CMYK
RGB Variations
Color information
#795D7F (or 0x795D7F) is known color: Trendy Pink. HEX triplet: 79, 5D and 7F. RGB value is (121,93,127). Sum of RGB (Red+Green+Blue) = 121+93+127=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #795D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D7F is #86A280. Grayscale: #696969. Windows color (decimal): -8823425 or 8347001. OLE color: 8347001.
HSL color Cylindrical-coordinate representation of color #795D7F: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795D7F is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 93 | 127 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.50 |
| HSL | 289.41º | 0.15% | 0.43% | - |
| HSV(B) | 289.41º | 0.27% | 0.5% | - |
| XYZ | 15.63 | 13.43 | 21.85 | - |
| YUV | 105.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 127 | 0.05 | 0.27 | 0 | 0.50 | 289.41 | 0.15 | 0.43 |
| Hex | 79 | 5D | 7F | 5 | 1B | 0 | 32 | 121 | F | 2B |
| Octal | 171 | 135 | 177 | 5 | 33 | 0 | 62 | 441 | 17 | 53 |
| Binary | 1111001 | 1011101 | 1111111 | 101 | 11011 | 0 | 110010 | 100100001 | 1111 | 101011 |
Color Harmonies of #795D7F
Complementary color
Monochromatic Colors of #795D7F
Black with #795D7F
Text Example
Text Example
White with #795D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D7F; }
p { color: rgb(121,93,127); }
H1.HeaderClassName
{
color: #795D7F;
}
.AnyTagClassName
{
color: #795D7F;
}
</style>
background-color css
<style>
a { background-color: #795D7F; }
a { background-color: rgb(121,93,127); }
div.DivClassName
{
background-color: #795D7F;
}
.BgClassName
{
background-color: #795D7F;
}
</style>
border-color css
<style>
span { border-color: #795D7F; }
span { border-color: rgb(121,93,127); }
td.TdClassName
{
border-color: #795D7F;
}
.TagClassName
{
border-color: #795D7F;
}
</style>