Shades of Solid Pink #77484E
Tints of Solid Pink #77484E
RGB
CMYK
RGB Variations
Color information
#77484E (or 0x77484E) is known color: Solid Pink. HEX triplet: 77, 48 and 4E. RGB value is (119,72,78). Sum of RGB (Red+Green+Blue) = 119+72+78=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77484E is #88B7B1. Grayscale: #565656. Windows color (decimal): -8959922 or 5130359. OLE color: 5130359.
HSL color Cylindrical-coordinate representation of color #77484E: hue angle of 352.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77484E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 78 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.53 |
| HSL | 352.34º | 0.25% | 0.37% | - |
| HSV(B) | 352.34º | 0.39% | 0.47% | - |
| XYZ | 11.3 | 9.11 | 8.37 | - |
| YUV | 86.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 78 | 0 | 0.39 | 0.34 | 0.53 | 352.34 | 0.25 | 0.37 |
| Hex | 77 | 48 | 4E | 0 | 27 | 22 | 35 | 160 | 19 | 25 |
| Octal | 167 | 110 | 116 | 0 | 47 | 42 | 65 | 540 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1001110 | 0 | 100111 | 100010 | 110101 | 101100000 | 11001 | 100101 |
Color Harmonies of #77484E
Complementary color
Monochromatic Colors of #77484E
Black with #77484E
Text Example
Text Example
White with #77484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77484E; }
p { color: rgb(119,72,78); }
H1.HeaderClassName
{
color: #77484E;
}
.AnyTagClassName
{
color: #77484E;
}
</style>
background-color css
<style>
a { background-color: #77484E; }
a { background-color: rgb(119,72,78); }
div.DivClassName
{
background-color: #77484E;
}
.BgClassName
{
background-color: #77484E;
}
</style>
border-color css
<style>
span { border-color: #77484E; }
span { border-color: rgb(119,72,78); }
td.TdClassName
{
border-color: #77484E;
}
.TagClassName
{
border-color: #77484E;
}
</style>