Shades of Solid Pink #794E52
Tints of Solid Pink #794E52
RGB
CMYK
RGB Variations
Color information
#794E52 (or 0x794E52) is known color: Solid Pink. HEX triplet: 79, 4E and 52. RGB value is (121,78,82). Sum of RGB (Red+Green+Blue) = 121+78+82=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #794E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E52 is #86B1AD. Grayscale: #5B5B5B. Windows color (decimal): -8827310 or 5394041. OLE color: 5394041.
HSL color Cylindrical-coordinate representation of color #794E52: hue angle of 354.42º 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 #794E52 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 82 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.53 |
| HSL | 354.42º | 0.22% | 0.39% | - |
| HSV(B) | 354.42º | 0.36% | 0.47% | - |
| XYZ | 12.13 | 10.12 | 9.3 | - |
| YUV | 91.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 82 | 0 | 0.36 | 0.32 | 0.53 | 354.42 | 0.22 | 0.39 |
| Hex | 79 | 4E | 52 | 0 | 24 | 20 | 35 | 162 | 16 | 27 |
| Octal | 171 | 116 | 122 | 0 | 44 | 40 | 65 | 542 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1010010 | 0 | 100100 | 100000 | 110101 | 101100010 | 10110 | 100111 |
Color Harmonies of #794E52
Complementary color
Monochromatic Colors of #794E52
Black with #794E52
Text Example
Text Example
White with #794E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E52; }
p { color: rgb(121,78,82); }
H1.HeaderClassName
{
color: #794E52;
}
.AnyTagClassName
{
color: #794E52;
}
</style>
background-color css
<style>
a { background-color: #794E52; }
a { background-color: rgb(121,78,82); }
div.DivClassName
{
background-color: #794E52;
}
.BgClassName
{
background-color: #794E52;
}
</style>
border-color css
<style>
span { border-color: #794E52; }
span { border-color: rgb(121,78,82); }
td.TdClassName
{
border-color: #794E52;
}
.TagClassName
{
border-color: #794E52;
}
</style>