Shades of Solid Pink #794C52
Tints of Solid Pink #794C52
RGB
CMYK
RGB Variations
Color information
#794C52 (or 0x794C52) is known color: Solid Pink. HEX triplet: 79, 4C and 52. RGB value is (121,76,82). Sum of RGB (Red+Green+Blue) = 121+76+82=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #794C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C52 is #86B3AD. Grayscale: #5A5A5A. Windows color (decimal): -8827822 or 5393529. OLE color: 5393529.
HSL color Cylindrical-coordinate representation of color #794C52: hue angle of 352º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #794C52 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 82 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.53 |
| HSL | 352º | 0.23% | 0.39% | - |
| HSV(B) | 352º | 0.37% | 0.47% | - |
| XYZ | 11.99 | 9.84 | 9.25 | - |
| YUV | 90.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 82 | 0 | 0.37 | 0.32 | 0.53 | 352 | 0.23 | 0.39 |
| Hex | 79 | 4C | 52 | 0 | 25 | 20 | 35 | 160 | 17 | 27 |
| Octal | 171 | 114 | 122 | 0 | 45 | 40 | 65 | 540 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1010010 | 0 | 100101 | 100000 | 110101 | 101100000 | 10111 | 100111 |
Color Harmonies of #794C52
Complementary color
Monochromatic Colors of #794C52
Black with #794C52
Text Example
Text Example
White with #794C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C52; }
p { color: rgb(121,76,82); }
H1.HeaderClassName
{
color: #794C52;
}
.AnyTagClassName
{
color: #794C52;
}
</style>
background-color css
<style>
a { background-color: #794C52; }
a { background-color: rgb(121,76,82); }
div.DivClassName
{
background-color: #794C52;
}
.BgClassName
{
background-color: #794C52;
}
</style>
border-color css
<style>
span { border-color: #794C52; }
span { border-color: rgb(121,76,82); }
td.TdClassName
{
border-color: #794C52;
}
.TagClassName
{
border-color: #794C52;
}
</style>