Shades of Solid Pink #774E50
Tints of Solid Pink #774E50
RGB
CMYK
RGB Variations
Color information
#774E50 (or 0x774E50) is known color: Solid Pink. HEX triplet: 77, 4E and 50. RGB value is (119,78,80). Sum of RGB (Red+Green+Blue) = 119+78+80=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E50 is #88B1AF. Grayscale: #5A5A5A. Windows color (decimal): -8958384 or 5262967. OLE color: 5262967.
HSL color Cylindrical-coordinate representation of color #774E50: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E50 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 80 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.53 |
| HSL | 357.07º | 0.21% | 0.39% | - |
| HSV(B) | 357.07º | 0.34% | 0.47% | - |
| XYZ | 11.78 | 9.95 | 8.89 | - |
| YUV | 90.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 80 | 0 | 0.34 | 0.33 | 0.53 | 357.07 | 0.21 | 0.39 |
| Hex | 77 | 4E | 50 | 0 | 22 | 21 | 35 | 165 | 15 | 27 |
| Octal | 167 | 116 | 120 | 0 | 42 | 41 | 65 | 545 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1010000 | 0 | 100010 | 100001 | 110101 | 101100101 | 10101 | 100111 |
Color Harmonies of #774E50
Complementary color
Monochromatic Colors of #774E50
Black with #774E50
Text Example
Text Example
White with #774E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E50; }
p { color: rgb(119,78,80); }
H1.HeaderClassName
{
color: #774E50;
}
.AnyTagClassName
{
color: #774E50;
}
</style>
background-color css
<style>
a { background-color: #774E50; }
a { background-color: rgb(119,78,80); }
div.DivClassName
{
background-color: #774E50;
}
.BgClassName
{
background-color: #774E50;
}
</style>
border-color css
<style>
span { border-color: #774E50; }
span { border-color: rgb(119,78,80); }
td.TdClassName
{
border-color: #774E50;
}
.TagClassName
{
border-color: #774E50;
}
</style>