Shades of Solid Pink #784C50
Tints of Solid Pink #784C50
RGB
CMYK
RGB Variations
Color information
#784C50 (or 0x784C50) is known color: Solid Pink. HEX triplet: 78, 4C and 50. RGB value is (120,76,80). Sum of RGB (Red+Green+Blue) = 120+76+80=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #784C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C50 is #87B3AF. Grayscale: #595959. Windows color (decimal): -8893360 or 5262456. OLE color: 5262456.
HSL color Cylindrical-coordinate representation of color #784C50: hue angle of 354.55º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C50 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 80 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.53 |
| HSL | 354.55º | 0.22% | 0.38% | - |
| HSV(B) | 354.55º | 0.37% | 0.47% | - |
| XYZ | 11.78 | 9.74 | 8.85 | - |
| YUV | 89.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 80 | 0 | 0.37 | 0.33 | 0.53 | 354.55 | 0.22 | 0.38 |
| Hex | 78 | 4C | 50 | 0 | 25 | 21 | 35 | 163 | 16 | 26 |
| Octal | 170 | 114 | 120 | 0 | 45 | 41 | 65 | 543 | 26 | 46 |
| Binary | 1111000 | 1001100 | 1010000 | 0 | 100101 | 100001 | 110101 | 101100011 | 10110 | 100110 |
Color Harmonies of #784C50
Complementary color
Monochromatic Colors of #784C50
Black with #784C50
Text Example
Text Example
White with #784C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C50; }
p { color: rgb(120,76,80); }
H1.HeaderClassName
{
color: #784C50;
}
.AnyTagClassName
{
color: #784C50;
}
</style>
background-color css
<style>
a { background-color: #784C50; }
a { background-color: rgb(120,76,80); }
div.DivClassName
{
background-color: #784C50;
}
.BgClassName
{
background-color: #784C50;
}
</style>
border-color css
<style>
span { border-color: #784C50; }
span { border-color: rgb(120,76,80); }
td.TdClassName
{
border-color: #784C50;
}
.TagClassName
{
border-color: #784C50;
}
</style>