Shades of Solid Pink #77494D
Tints of Solid Pink #77494D
RGB
CMYK
RGB Variations
Color information
#77494D (or 0x77494D) is known color: Solid Pink. HEX triplet: 77, 49 and 4D. RGB value is (119,73,77). Sum of RGB (Red+Green+Blue) = 119+73+77=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77494D is #88B6B2. Grayscale: #575757. Windows color (decimal): -8959667 or 5065079. OLE color: 5065079.
HSL color Cylindrical-coordinate representation of color #77494D: hue angle of 354.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77494D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 73 | 77 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.53 |
| HSL | 354.78º | 0.24% | 0.38% | - |
| HSV(B) | 354.78º | 0.39% | 0.47% | - |
| XYZ | 11.33 | 9.22 | 8.2 | - |
| YUV | 87.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 77 | 0 | 0.39 | 0.35 | 0.53 | 354.78 | 0.24 | 0.38 |
| Hex | 77 | 49 | 4D | 0 | 27 | 23 | 35 | 163 | 18 | 26 |
| Octal | 167 | 111 | 115 | 0 | 47 | 43 | 65 | 543 | 30 | 46 |
| Binary | 1110111 | 1001001 | 1001101 | 0 | 100111 | 100011 | 110101 | 101100011 | 11000 | 100110 |
Color Harmonies of #77494D
Complementary color
Monochromatic Colors of #77494D
Black with #77494D
Text Example
Text Example
White with #77494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77494D; }
p { color: rgb(119,73,77); }
H1.HeaderClassName
{
color: #77494D;
}
.AnyTagClassName
{
color: #77494D;
}
</style>
background-color css
<style>
a { background-color: #77494D; }
a { background-color: rgb(119,73,77); }
div.DivClassName
{
background-color: #77494D;
}
.BgClassName
{
background-color: #77494D;
}
</style>
border-color css
<style>
span { border-color: #77494D; }
span { border-color: rgb(119,73,77); }
td.TdClassName
{
border-color: #77494D;
}
.TagClassName
{
border-color: #77494D;
}
</style>