Shades of Solid Pink #794E56
Tints of Solid Pink #794E56
RGB
CMYK
RGB Variations
Color information
#794E56 (or 0x794E56) is known color: Solid Pink. HEX triplet: 79, 4E and 56. RGB value is (121,78,86). Sum of RGB (Red+Green+Blue) = 121+78+86=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #794E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E56 is #86B1A9. Grayscale: #5B5B5B. Windows color (decimal): -8827306 or 5656185. OLE color: 5656185.
HSL color Cylindrical-coordinate representation of color #794E56: hue angle of 348.84º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794E56 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 86 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.53 |
| HSL | 348.84º | 0.22% | 0.39% | - |
| HSV(B) | 348.84º | 0.36% | 0.47% | - |
| XYZ | 12.29 | 10.19 | 10.12 | - |
| YUV | 91.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 86 | 0 | 0.36 | 0.29 | 0.53 | 348.84 | 0.22 | 0.39 |
| Hex | 79 | 4E | 56 | 0 | 24 | 1D | 35 | 15D | 16 | 27 |
| Octal | 171 | 116 | 126 | 0 | 44 | 35 | 65 | 535 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1010110 | 0 | 100100 | 11101 | 110101 | 101011101 | 10110 | 100111 |
Color Harmonies of #794E56
Complementary color
Monochromatic Colors of #794E56
Black with #794E56
Text Example
Text Example
White with #794E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E56; }
p { color: rgb(121,78,86); }
H1.HeaderClassName
{
color: #794E56;
}
.AnyTagClassName
{
color: #794E56;
}
</style>
background-color css
<style>
a { background-color: #794E56; }
a { background-color: rgb(121,78,86); }
div.DivClassName
{
background-color: #794E56;
}
.BgClassName
{
background-color: #794E56;
}
</style>
border-color css
<style>
span { border-color: #794E56; }
span { border-color: rgb(121,78,86); }
td.TdClassName
{
border-color: #794E56;
}
.TagClassName
{
border-color: #794E56;
}
</style>