Shades of Trendy Pink #785A7A
Tints of Trendy Pink #785A7A
RGB
CMYK
RGB Variations
Color information
#785A7A (or 0x785A7A) is known color: Trendy Pink. HEX triplet: 78, 5A and 7A. RGB value is (120,90,122). Sum of RGB (Red+Green+Blue) = 120+90+122=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #785A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A7A is #87A585. Grayscale: #666666. Windows color (decimal): -8889734 or 8018552. OLE color: 8018552.
HSL color Cylindrical-coordinate representation of color #785A7A: hue angle of 296.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #785A7A is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 90 | 122 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.52 |
| HSL | 296.25º | 0.15% | 0.42% | - |
| HSV(B) | 296.25º | 0.26% | 0.48% | - |
| XYZ | 14.91 | 12.71 | 20.08 | - |
| YUV | 102.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 122 | 0.02 | 0.26 | 0 | 0.52 | 296.25 | 0.15 | 0.42 |
| Hex | 78 | 5A | 7A | 2 | 1A | 0 | 34 | 128 | F | 2A |
| Octal | 170 | 132 | 172 | 2 | 32 | 0 | 64 | 450 | 17 | 52 |
| Binary | 1111000 | 1011010 | 1111010 | 10 | 11010 | 0 | 110100 | 100101000 | 1111 | 101010 |
Color Harmonies of #785A7A
Complementary color
Monochromatic Colors of #785A7A
Black with #785A7A
Text Example
Text Example
White with #785A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A7A; }
p { color: rgb(120,90,122); }
H1.HeaderClassName
{
color: #785A7A;
}
.AnyTagClassName
{
color: #785A7A;
}
</style>
background-color css
<style>
a { background-color: #785A7A; }
a { background-color: rgb(120,90,122); }
div.DivClassName
{
background-color: #785A7A;
}
.BgClassName
{
background-color: #785A7A;
}
</style>
border-color css
<style>
span { border-color: #785A7A; }
span { border-color: rgb(120,90,122); }
td.TdClassName
{
border-color: #785A7A;
}
.TagClassName
{
border-color: #785A7A;
}
</style>