Shades of Solid Pink #784C4D
Tints of Solid Pink #784C4D
RGB
CMYK
RGB Variations
Color information
#784C4D (or 0x784C4D) is known color: Solid Pink. HEX triplet: 78, 4C and 4D. RGB value is (120,76,77). Sum of RGB (Red+Green+Blue) = 120+76+77=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C4D is #87B3B2. Grayscale: #595959. Windows color (decimal): -8893363 or 5065848. OLE color: 5065848.
HSL color Cylindrical-coordinate representation of color #784C4D: hue angle of 358.64º 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 #784C4D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 77 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.53 |
| HSL | 358.64º | 0.22% | 0.38% | - |
| HSV(B) | 358.64º | 0.37% | 0.47% | - |
| XYZ | 11.67 | 9.7 | 8.28 | - |
| YUV | 89.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 77 | 0 | 0.37 | 0.36 | 0.53 | 358.64 | 0.22 | 0.38 |
| Hex | 78 | 4C | 4D | 0 | 25 | 24 | 35 | 167 | 16 | 26 |
| Octal | 170 | 114 | 115 | 0 | 45 | 44 | 65 | 547 | 26 | 46 |
| Binary | 1111000 | 1001100 | 1001101 | 0 | 100101 | 100100 | 110101 | 101100111 | 10110 | 100110 |
Color Harmonies of #784C4D
Complementary color
Monochromatic Colors of #784C4D
Black with #784C4D
Text Example
Text Example
White with #784C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C4D; }
p { color: rgb(120,76,77); }
H1.HeaderClassName
{
color: #784C4D;
}
.AnyTagClassName
{
color: #784C4D;
}
</style>
background-color css
<style>
a { background-color: #784C4D; }
a { background-color: rgb(120,76,77); }
div.DivClassName
{
background-color: #784C4D;
}
.BgClassName
{
background-color: #784C4D;
}
</style>
border-color css
<style>
span { border-color: #784C4D; }
span { border-color: rgb(120,76,77); }
td.TdClassName
{
border-color: #784C4D;
}
.TagClassName
{
border-color: #784C4D;
}
</style>