Shades of Trendy Pink #795074
Tints of Trendy Pink #795074
RGB
CMYK
RGB Variations
Color information
#795074 (or 0x795074) is known color: Trendy Pink. HEX triplet: 79, 50 and 74. RGB value is (121,80,116). Sum of RGB (Red+Green+Blue) = 121+80+116=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795074 is #86AF8B. Grayscale: #606060. Windows color (decimal): -8826764 or 7622777. OLE color: 7622777.
HSL color Cylindrical-coordinate representation of color #795074: hue angle of 307.32º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795074 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 116 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.53 |
| HSL | 307.32º | 0.2% | 0.39% | - |
| HSV(B) | 307.32º | 0.34% | 0.47% | - |
| XYZ | 13.91 | 11.06 | 17.93 | - |
| YUV | 96.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 116 | 0 | 0.34 | 0.04 | 0.53 | 307.32 | 0.2 | 0.39 |
| Hex | 79 | 50 | 74 | 0 | 22 | 4 | 35 | 133 | 14 | 27 |
| Octal | 171 | 120 | 164 | 0 | 42 | 4 | 65 | 463 | 24 | 47 |
| Binary | 1111001 | 1010000 | 1110100 | 0 | 100010 | 100 | 110101 | 100110011 | 10100 | 100111 |
Color Harmonies of #795074
Complementary color
Monochromatic Colors of #795074
Black with #795074
Text Example
Text Example
White with #795074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795074; }
p { color: rgb(121,80,116); }
H1.HeaderClassName
{
color: #795074;
}
.AnyTagClassName
{
color: #795074;
}
</style>
background-color css
<style>
a { background-color: #795074; }
a { background-color: rgb(121,80,116); }
div.DivClassName
{
background-color: #795074;
}
.BgClassName
{
background-color: #795074;
}
</style>
border-color css
<style>
span { border-color: #795074; }
span { border-color: rgb(121,80,116); }
td.TdClassName
{
border-color: #795074;
}
.TagClassName
{
border-color: #795074;
}
</style>