Shades of Solid Pink #77484D
Tints of Solid Pink #77484D
RGB
CMYK
RGB Variations
Color information
#77484D (or 0x77484D) is known color: Solid Pink. HEX triplet: 77, 48 and 4D. RGB value is (119,72,77). Sum of RGB (Red+Green+Blue) = 119+72+77=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77484D is #88B7B2. Grayscale: #565656. Windows color (decimal): -8959923 or 5064823. OLE color: 5064823.
HSL color Cylindrical-coordinate representation of color #77484D: hue angle of 353.62º 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 #77484D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 77 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.53 |
| HSL | 353.62º | 0.25% | 0.37% | - |
| HSV(B) | 353.62º | 0.39% | 0.47% | - |
| XYZ | 11.26 | 9.09 | 8.18 | - |
| YUV | 86.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 77 | 0 | 0.39 | 0.35 | 0.53 | 353.62 | 0.25 | 0.37 |
| Hex | 77 | 48 | 4D | 0 | 27 | 23 | 35 | 162 | 19 | 25 |
| Octal | 167 | 110 | 115 | 0 | 47 | 43 | 65 | 542 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1001101 | 0 | 100111 | 100011 | 110101 | 101100010 | 11001 | 100101 |
Color Harmonies of #77484D
Complementary color
Monochromatic Colors of #77484D
Black with #77484D
Text Example
Text Example
White with #77484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77484D; }
p { color: rgb(119,72,77); }
H1.HeaderClassName
{
color: #77484D;
}
.AnyTagClassName
{
color: #77484D;
}
</style>
background-color css
<style>
a { background-color: #77484D; }
a { background-color: rgb(119,72,77); }
div.DivClassName
{
background-color: #77484D;
}
.BgClassName
{
background-color: #77484D;
}
</style>
border-color css
<style>
span { border-color: #77484D; }
span { border-color: rgb(119,72,77); }
td.TdClassName
{
border-color: #77484D;
}
.TagClassName
{
border-color: #77484D;
}
</style>