Shades of Solid Pink #78494B
Tints of Solid Pink #78494B
RGB
CMYK
RGB Variations
Color information
#78494B (or 0x78494B) is known color: Solid Pink. HEX triplet: 78, 49 and 4B. RGB value is (120,73,75). Sum of RGB (Red+Green+Blue) = 120+73+75=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78494B is #87B6B4. Grayscale: #575757. Windows color (decimal): -8894133 or 4934008. OLE color: 4934008.
HSL color Cylindrical-coordinate representation of color #78494B: hue angle of 357.45º 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 #78494B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 75 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.53 |
| HSL | 357.45º | 0.24% | 0.38% | - |
| HSV(B) | 357.45º | 0.39% | 0.47% | - |
| XYZ | 11.4 | 9.27 | 7.84 | - |
| YUV | 87.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 75 | 0 | 0.39 | 0.37 | 0.53 | 357.45 | 0.24 | 0.38 |
| Hex | 78 | 49 | 4B | 0 | 27 | 25 | 35 | 165 | 18 | 26 |
| Octal | 170 | 111 | 113 | 0 | 47 | 45 | 65 | 545 | 30 | 46 |
| Binary | 1111000 | 1001001 | 1001011 | 0 | 100111 | 100101 | 110101 | 101100101 | 11000 | 100110 |
Color Harmonies of #78494B
Complementary color
Monochromatic Colors of #78494B
Black with #78494B
Text Example
Text Example
White with #78494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78494B; }
p { color: rgb(120,73,75); }
H1.HeaderClassName
{
color: #78494B;
}
.AnyTagClassName
{
color: #78494B;
}
</style>
background-color css
<style>
a { background-color: #78494B; }
a { background-color: rgb(120,73,75); }
div.DivClassName
{
background-color: #78494B;
}
.BgClassName
{
background-color: #78494B;
}
</style>
border-color css
<style>
span { border-color: #78494B; }
span { border-color: rgb(120,73,75); }
td.TdClassName
{
border-color: #78494B;
}
.TagClassName
{
border-color: #78494B;
}
</style>