Shades of Solid Pink #774D50
Tints of Solid Pink #774D50
RGB
CMYK
RGB Variations
Color information
#774D50 (or 0x774D50) is known color: Solid Pink. HEX triplet: 77, 4D and 50. RGB value is (119,77,80). Sum of RGB (Red+Green+Blue) = 119+77+80=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D50 is #88B2AF. Grayscale: #595959. Windows color (decimal): -8958640 or 5262711. OLE color: 5262711.
HSL color Cylindrical-coordinate representation of color #774D50: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D50 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 80 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.53 |
| HSL | 355.71º | 0.21% | 0.38% | - |
| HSV(B) | 355.71º | 0.35% | 0.47% | - |
| XYZ | 11.71 | 9.81 | 8.87 | - |
| YUV | 89.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 80 | 0 | 0.35 | 0.33 | 0.53 | 355.71 | 0.21 | 0.38 |
| Hex | 77 | 4D | 50 | 0 | 23 | 21 | 35 | 164 | 15 | 26 |
| Octal | 167 | 115 | 120 | 0 | 43 | 41 | 65 | 544 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1010000 | 0 | 100011 | 100001 | 110101 | 101100100 | 10101 | 100110 |
Color Harmonies of #774D50
Complementary color
Monochromatic Colors of #774D50
Black with #774D50
Text Example
Text Example
White with #774D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D50; }
p { color: rgb(119,77,80); }
H1.HeaderClassName
{
color: #774D50;
}
.AnyTagClassName
{
color: #774D50;
}
</style>
background-color css
<style>
a { background-color: #774D50; }
a { background-color: rgb(119,77,80); }
div.DivClassName
{
background-color: #774D50;
}
.BgClassName
{
background-color: #774D50;
}
</style>
border-color css
<style>
span { border-color: #774D50; }
span { border-color: rgb(119,77,80); }
td.TdClassName
{
border-color: #774D50;
}
.TagClassName
{
border-color: #774D50;
}
</style>