Shades of Solid Pink #78494D
Tints of Solid Pink #78494D
RGB
CMYK
RGB Variations
Color information
#78494D (or 0x78494D) is known color: Solid Pink. HEX triplet: 78, 49 and 4D. RGB value is (120,73,77). Sum of RGB (Red+Green+Blue) = 120+73+77=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78494D is #87B6B2. Grayscale: #575757. Windows color (decimal): -8894131 or 5065080. OLE color: 5065080.
HSL color Cylindrical-coordinate representation of color #78494D: hue angle of 354.89º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78494D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 77 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.53 |
| HSL | 354.89º | 0.24% | 0.38% | - |
| HSV(B) | 354.89º | 0.39% | 0.47% | - |
| XYZ | 11.47 | 9.29 | 8.21 | - |
| YUV | 87.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 77 | 0 | 0.39 | 0.36 | 0.53 | 354.89 | 0.24 | 0.38 |
| Hex | 78 | 49 | 4D | 0 | 27 | 24 | 35 | 163 | 18 | 26 |
| Octal | 170 | 111 | 115 | 0 | 47 | 44 | 65 | 543 | 30 | 46 |
| Binary | 1111000 | 1001001 | 1001101 | 0 | 100111 | 100100 | 110101 | 101100011 | 11000 | 100110 |
Color Harmonies of #78494D
Complementary color
Monochromatic Colors of #78494D
Black with #78494D
Text Example
Text Example
White with #78494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78494D; }
p { color: rgb(120,73,77); }
H1.HeaderClassName
{
color: #78494D;
}
.AnyTagClassName
{
color: #78494D;
}
</style>
background-color css
<style>
a { background-color: #78494D; }
a { background-color: rgb(120,73,77); }
div.DivClassName
{
background-color: #78494D;
}
.BgClassName
{
background-color: #78494D;
}
</style>
border-color css
<style>
span { border-color: #78494D; }
span { border-color: rgb(120,73,77); }
td.TdClassName
{
border-color: #78494D;
}
.TagClassName
{
border-color: #78494D;
}
</style>