Shades of Trendy Pink #79647B
Tints of Trendy Pink #79647B
RGB
CMYK
RGB Variations
Color information
#79647B (or 0x79647B) is known color: Trendy Pink. HEX triplet: 79, 64 and 7B. RGB value is (121,100,123). Sum of RGB (Red+Green+Blue) = 121+100+123=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #79647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79647B is #869B84. Grayscale: #6C6C6C. Windows color (decimal): -8821637 or 8086649. OLE color: 8086649.
HSL color Cylindrical-coordinate representation of color #79647B: hue angle of 294.78º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79647B is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 100 | 123 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.52 |
| HSL | 294.78º | 0.1% | 0.44% | - |
| HSV(B) | 294.78º | 0.19% | 0.48% | - |
| XYZ | 16.02 | 14.61 | 20.71 | - |
| YUV | 108.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 123 | 0.02 | 0.19 | 0 | 0.52 | 294.78 | 0.1 | 0.44 |
| Hex | 79 | 64 | 7B | 2 | 13 | 0 | 34 | 127 | A | 2C |
| Octal | 171 | 144 | 173 | 2 | 23 | 0 | 64 | 447 | 12 | 54 |
| Binary | 1111001 | 1100100 | 1111011 | 10 | 10011 | 0 | 110100 | 100100111 | 1010 | 101100 |
Color Harmonies of #79647B
Complementary color
Monochromatic Colors of #79647B
Black with #79647B
Text Example
Text Example
White with #79647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79647B; }
p { color: rgb(121,100,123); }
H1.HeaderClassName
{
color: #79647B;
}
.AnyTagClassName
{
color: #79647B;
}
</style>
background-color css
<style>
a { background-color: #79647B; }
a { background-color: rgb(121,100,123); }
div.DivClassName
{
background-color: #79647B;
}
.BgClassName
{
background-color: #79647B;
}
</style>
border-color css
<style>
span { border-color: #79647B; }
span { border-color: rgb(121,100,123); }
td.TdClassName
{
border-color: #79647B;
}
.TagClassName
{
border-color: #79647B;
}
</style>