Shades of Solid Pink #77484F
Tints of Solid Pink #77484F
RGB
CMYK
RGB Variations
Color information
#77484F (or 0x77484F) is known color: Solid Pink. HEX triplet: 77, 48 and 4F. RGB value is (119,72,79). Sum of RGB (Red+Green+Blue) = 119+72+79=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #77484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77484F is #88B7B0. Grayscale: #565656. Windows color (decimal): -8959921 or 5195895. OLE color: 5195895.
HSL color Cylindrical-coordinate representation of color #77484F: hue angle of 351.06º 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 #77484F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 79 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.53 |
| HSL | 351.06º | 0.25% | 0.37% | - |
| HSV(B) | 351.06º | 0.39% | 0.47% | - |
| XYZ | 11.34 | 9.12 | 8.56 | - |
| YUV | 86.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 79 | 0 | 0.39 | 0.34 | 0.53 | 351.06 | 0.25 | 0.37 |
| Hex | 77 | 48 | 4F | 0 | 27 | 22 | 35 | 15F | 19 | 25 |
| Octal | 167 | 110 | 117 | 0 | 47 | 42 | 65 | 537 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1001111 | 0 | 100111 | 100010 | 110101 | 101011111 | 11001 | 100101 |
Color Harmonies of #77484F
Complementary color
Monochromatic Colors of #77484F
Black with #77484F
Text Example
Text Example
White with #77484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77484F; }
p { color: rgb(119,72,79); }
H1.HeaderClassName
{
color: #77484F;
}
.AnyTagClassName
{
color: #77484F;
}
</style>
background-color css
<style>
a { background-color: #77484F; }
a { background-color: rgb(119,72,79); }
div.DivClassName
{
background-color: #77484F;
}
.BgClassName
{
background-color: #77484F;
}
</style>
border-color css
<style>
span { border-color: #77484F; }
span { border-color: rgb(119,72,79); }
td.TdClassName
{
border-color: #77484F;
}
.TagClassName
{
border-color: #77484F;
}
</style>