Shades of Solid Pink #774E53
Tints of Solid Pink #774E53
RGB
CMYK
RGB Variations
Color information
#774E53 (or 0x774E53) is known color: Solid Pink. HEX triplet: 77, 4E and 53. RGB value is (119,78,83). Sum of RGB (Red+Green+Blue) = 119+78+83=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #774E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E53 is #88B1AC. Grayscale: #5A5A5A. Windows color (decimal): -8958381 or 5459575. OLE color: 5459575.
HSL color Cylindrical-coordinate representation of color #774E53: hue angle of 352.68º 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 #774E53 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 83 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.53 |
| HSL | 352.68º | 0.21% | 0.39% | - |
| HSV(B) | 352.68º | 0.34% | 0.47% | - |
| XYZ | 11.89 | 10 | 9.49 | - |
| YUV | 90.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 83 | 0 | 0.34 | 0.30 | 0.53 | 352.68 | 0.21 | 0.39 |
| Hex | 77 | 4E | 53 | 0 | 22 | 1E | 35 | 161 | 15 | 27 |
| Octal | 167 | 116 | 123 | 0 | 42 | 36 | 65 | 541 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1010011 | 0 | 100010 | 11110 | 110101 | 101100001 | 10101 | 100111 |
Color Harmonies of #774E53
Complementary color
Monochromatic Colors of #774E53
Black with #774E53
Text Example
Text Example
White with #774E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E53; }
p { color: rgb(119,78,83); }
H1.HeaderClassName
{
color: #774E53;
}
.AnyTagClassName
{
color: #774E53;
}
</style>
background-color css
<style>
a { background-color: #774E53; }
a { background-color: rgb(119,78,83); }
div.DivClassName
{
background-color: #774E53;
}
.BgClassName
{
background-color: #774E53;
}
</style>
border-color css
<style>
span { border-color: #774E53; }
span { border-color: rgb(119,78,83); }
td.TdClassName
{
border-color: #774E53;
}
.TagClassName
{
border-color: #774E53;
}
</style>