Shades of Solid Pink #774A51
Tints of Solid Pink #774A51
RGB
CMYK
RGB Variations
Color information
#774A51 (or 0x774A51) is known color: Solid Pink. HEX triplet: 77, 4A and 51. RGB value is (119,74,81). Sum of RGB (Red+Green+Blue) = 119+74+81=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A51 is #88B5AE. Grayscale: #585858. Windows color (decimal): -8959407 or 5327479. OLE color: 5327479.
HSL color Cylindrical-coordinate representation of color #774A51: hue angle of 350.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A51 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 81 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.53 |
| HSL | 350.67º | 0.23% | 0.38% | - |
| HSV(B) | 350.67º | 0.38% | 0.47% | - |
| XYZ | 11.54 | 9.41 | 8.99 | - |
| YUV | 88.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 81 | 0 | 0.38 | 0.32 | 0.53 | 350.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 51 | 0 | 26 | 20 | 35 | 15F | 17 | 26 |
| Octal | 167 | 112 | 121 | 0 | 46 | 40 | 65 | 537 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1010001 | 0 | 100110 | 100000 | 110101 | 101011111 | 10111 | 100110 |
Color Harmonies of #774A51
Complementary color
Monochromatic Colors of #774A51
Black with #774A51
Text Example
Text Example
White with #774A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A51; }
p { color: rgb(119,74,81); }
H1.HeaderClassName
{
color: #774A51;
}
.AnyTagClassName
{
color: #774A51;
}
</style>
background-color css
<style>
a { background-color: #774A51; }
a { background-color: rgb(119,74,81); }
div.DivClassName
{
background-color: #774A51;
}
.BgClassName
{
background-color: #774A51;
}
</style>
border-color css
<style>
span { border-color: #774A51; }
span { border-color: rgb(119,74,81); }
td.TdClassName
{
border-color: #774A51;
}
.TagClassName
{
border-color: #774A51;
}
</style>