Shades of Solid Pink #784D51
Tints of Solid Pink #784D51
RGB
CMYK
RGB Variations
Color information
#784D51 (or 0x784D51) is known color: Solid Pink. HEX triplet: 78, 4D and 51. RGB value is (120,77,81). Sum of RGB (Red+Green+Blue) = 120+77+81=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D51 is #87B2AE. Grayscale: #5A5A5A. Windows color (decimal): -8893103 or 5328248. OLE color: 5328248.
HSL color Cylindrical-coordinate representation of color #784D51: hue angle of 354.42º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D51 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 81 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.53 |
| HSL | 354.42º | 0.22% | 0.39% | - |
| HSV(B) | 354.42º | 0.36% | 0.47% | - |
| XYZ | 11.88 | 9.89 | 9.07 | - |
| YUV | 90.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 81 | 0 | 0.36 | 0.32 | 0.53 | 354.42 | 0.22 | 0.39 |
| Hex | 78 | 4D | 51 | 0 | 24 | 20 | 35 | 162 | 16 | 27 |
| Octal | 170 | 115 | 121 | 0 | 44 | 40 | 65 | 542 | 26 | 47 |
| Binary | 1111000 | 1001101 | 1010001 | 0 | 100100 | 100000 | 110101 | 101100010 | 10110 | 100111 |
Color Harmonies of #784D51
Complementary color
Monochromatic Colors of #784D51
Black with #784D51
Text Example
Text Example
White with #784D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D51; }
p { color: rgb(120,77,81); }
H1.HeaderClassName
{
color: #784D51;
}
.AnyTagClassName
{
color: #784D51;
}
</style>
background-color css
<style>
a { background-color: #784D51; }
a { background-color: rgb(120,77,81); }
div.DivClassName
{
background-color: #784D51;
}
.BgClassName
{
background-color: #784D51;
}
</style>
border-color css
<style>
span { border-color: #784D51; }
span { border-color: rgb(120,77,81); }
td.TdClassName
{
border-color: #784D51;
}
.TagClassName
{
border-color: #784D51;
}
</style>