Shades of Solid Pink #774E4F
Tints of Solid Pink #774E4F
RGB
CMYK
RGB Variations
Color information
#774E4F (or 0x774E4F) is known color: Solid Pink. HEX triplet: 77, 4E and 4F. RGB value is (119,78,79). Sum of RGB (Red+Green+Blue) = 119+78+79=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E4F is #88B1B0. Grayscale: #5A5A5A. Windows color (decimal): -8958385 or 5197431. OLE color: 5197431.
HSL color Cylindrical-coordinate representation of color #774E4F: hue angle of 358.54º 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 #774E4F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 79 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.53 |
| HSL | 358.54º | 0.21% | 0.39% | - |
| HSV(B) | 358.54º | 0.34% | 0.47% | - |
| XYZ | 11.74 | 9.94 | 8.7 | - |
| YUV | 90.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 79 | 0 | 0.34 | 0.34 | 0.53 | 358.54 | 0.21 | 0.39 |
| Hex | 77 | 4E | 4F | 0 | 22 | 22 | 35 | 167 | 15 | 27 |
| Octal | 167 | 116 | 117 | 0 | 42 | 42 | 65 | 547 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1001111 | 0 | 100010 | 100010 | 110101 | 101100111 | 10101 | 100111 |
Color Harmonies of #774E4F
Complementary color
Monochromatic Colors of #774E4F
Black with #774E4F
Text Example
Text Example
White with #774E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E4F; }
p { color: rgb(119,78,79); }
H1.HeaderClassName
{
color: #774E4F;
}
.AnyTagClassName
{
color: #774E4F;
}
</style>
background-color css
<style>
a { background-color: #774E4F; }
a { background-color: rgb(119,78,79); }
div.DivClassName
{
background-color: #774E4F;
}
.BgClassName
{
background-color: #774E4F;
}
</style>
border-color css
<style>
span { border-color: #774E4F; }
span { border-color: rgb(119,78,79); }
td.TdClassName
{
border-color: #774E4F;
}
.TagClassName
{
border-color: #774E4F;
}
</style>