Shades of Solid Pink #784F54
Tints of Solid Pink #784F54
RGB
CMYK
RGB Variations
Color information
#784F54 (or 0x784F54) is known color: Solid Pink. HEX triplet: 78, 4F and 54. RGB value is (120,79,84). Sum of RGB (Red+Green+Blue) = 120+79+84=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #784F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F54 is #87B0AB. Grayscale: #5B5B5B. Windows color (decimal): -8892588 or 5525368. OLE color: 5525368.
HSL color Cylindrical-coordinate representation of color #784F54: hue angle of 352.68º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F54 is Cyan = 0, Magento = 0.34, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 84 | - |
| CMYK | 0 | 0.34 | 0.3 | 0.53 |
| HSL | 352.68º | 0.21% | 0.39% | - |
| HSV(B) | 352.68º | 0.34% | 0.47% | - |
| XYZ | 12.14 | 10.23 | 9.72 | - |
| YUV | 91.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 84 | 0 | 0.34 | 0.3 | 0.53 | 352.68 | 0.21 | 0.39 |
| Hex | 78 | 4F | 54 | 0 | 22 | 1E | 35 | 161 | 15 | 27 |
| Octal | 170 | 117 | 124 | 0 | 42 | 36 | 65 | 541 | 25 | 47 |
| Binary | 1111000 | 1001111 | 1010100 | 0 | 100010 | 11110 | 110101 | 101100001 | 10101 | 100111 |
Color Harmonies of #784F54
Complementary color
Monochromatic Colors of #784F54
Black with #784F54
Text Example
Text Example
White with #784F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F54; }
p { color: rgb(120,79,84); }
H1.HeaderClassName
{
color: #784F54;
}
.AnyTagClassName
{
color: #784F54;
}
</style>
background-color css
<style>
a { background-color: #784F54; }
a { background-color: rgb(120,79,84); }
div.DivClassName
{
background-color: #784F54;
}
.BgClassName
{
background-color: #784F54;
}
</style>
border-color css
<style>
span { border-color: #784F54; }
span { border-color: rgb(120,79,84); }
td.TdClassName
{
border-color: #784F54;
}
.TagClassName
{
border-color: #784F54;
}
</style>