Shades of Solid Pink #774A4D
Tints of Solid Pink #774A4D
RGB
CMYK
RGB Variations
Color information
#774A4D (or 0x774A4D) is known color: Solid Pink. HEX triplet: 77, 4A and 4D. RGB value is (119,74,77). Sum of RGB (Red+Green+Blue) = 119+74+77=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A4D is #88B5B2. Grayscale: #575757. Windows color (decimal): -8959411 or 5065335. OLE color: 5065335.
HSL color Cylindrical-coordinate representation of color #774A4D: hue angle of 356º 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 #774A4D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 77 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.53 |
| HSL | 356º | 0.23% | 0.38% | - |
| HSV(B) | 356º | 0.38% | 0.47% | - |
| XYZ | 11.4 | 9.36 | 8.23 | - |
| YUV | 87.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 77 | 0 | 0.38 | 0.35 | 0.53 | 356 | 0.23 | 0.38 |
| Hex | 77 | 4A | 4D | 0 | 26 | 23 | 35 | 164 | 17 | 26 |
| Octal | 167 | 112 | 115 | 0 | 46 | 43 | 65 | 544 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1001101 | 0 | 100110 | 100011 | 110101 | 101100100 | 10111 | 100110 |
Color Harmonies of #774A4D
Complementary color
Monochromatic Colors of #774A4D
Black with #774A4D
Text Example
Text Example
White with #774A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A4D; }
p { color: rgb(119,74,77); }
H1.HeaderClassName
{
color: #774A4D;
}
.AnyTagClassName
{
color: #774A4D;
}
</style>
background-color css
<style>
a { background-color: #774A4D; }
a { background-color: rgb(119,74,77); }
div.DivClassName
{
background-color: #774A4D;
}
.BgClassName
{
background-color: #774A4D;
}
</style>
border-color css
<style>
span { border-color: #774A4D; }
span { border-color: rgb(119,74,77); }
td.TdClassName
{
border-color: #774A4D;
}
.TagClassName
{
border-color: #774A4D;
}
</style>