Shades of Solid Pink #784B4E
Tints of Solid Pink #784B4E
RGB
CMYK
RGB Variations
Color information
#784B4E (or 0x784B4E) is known color: Solid Pink. HEX triplet: 78, 4B and 4E. RGB value is (120,75,78). Sum of RGB (Red+Green+Blue) = 120+75+78=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B4E is #87B4B1. Grayscale: #585858. Windows color (decimal): -8893618 or 5131128. OLE color: 5131128.
HSL color Cylindrical-coordinate representation of color #784B4E: hue angle of 356º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784B4E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 75 | 78 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.53 |
| HSL | 356º | 0.23% | 0.38% | - |
| HSV(B) | 356º | 0.38% | 0.47% | - |
| XYZ | 11.64 | 9.58 | 8.44 | - |
| YUV | 88.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 78 | 0 | 0.37 | 0.35 | 0.53 | 356 | 0.23 | 0.38 |
| Hex | 78 | 4B | 4E | 0 | 25 | 23 | 35 | 164 | 17 | 26 |
| Octal | 170 | 113 | 116 | 0 | 45 | 43 | 65 | 544 | 27 | 46 |
| Binary | 1111000 | 1001011 | 1001110 | 0 | 100101 | 100011 | 110101 | 101100100 | 10111 | 100110 |
Color Harmonies of #784B4E
Complementary color
Monochromatic Colors of #784B4E
Black with #784B4E
Text Example
Text Example
White with #784B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B4E; }
p { color: rgb(120,75,78); }
H1.HeaderClassName
{
color: #784B4E;
}
.AnyTagClassName
{
color: #784B4E;
}
</style>
background-color css
<style>
a { background-color: #784B4E; }
a { background-color: rgb(120,75,78); }
div.DivClassName
{
background-color: #784B4E;
}
.BgClassName
{
background-color: #784B4E;
}
</style>
border-color css
<style>
span { border-color: #784B4E; }
span { border-color: rgb(120,75,78); }
td.TdClassName
{
border-color: #784B4E;
}
.TagClassName
{
border-color: #784B4E;
}
</style>