Shades of Solid Pink #794C53
Tints of Solid Pink #794C53
RGB
CMYK
RGB Variations
Color information
#794C53 (or 0x794C53) is known color: Solid Pink. HEX triplet: 79, 4C and 53. RGB value is (121,76,83). Sum of RGB (Red+Green+Blue) = 121+76+83=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #794C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C53 is #86B3AC. Grayscale: #5A5A5A. Windows color (decimal): -8827821 or 5459065. OLE color: 5459065.
HSL color Cylindrical-coordinate representation of color #794C53: hue angle of 350.67º 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 #794C53 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 83 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.53 |
| HSL | 350.67º | 0.23% | 0.39% | - |
| HSV(B) | 350.67º | 0.37% | 0.47% | - |
| XYZ | 12.03 | 9.86 | 9.45 | - |
| YUV | 90.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 83 | 0 | 0.37 | 0.31 | 0.53 | 350.67 | 0.23 | 0.39 |
| Hex | 79 | 4C | 53 | 0 | 25 | 1F | 35 | 15F | 17 | 27 |
| Octal | 171 | 114 | 123 | 0 | 45 | 37 | 65 | 537 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1010011 | 0 | 100101 | 11111 | 110101 | 101011111 | 10111 | 100111 |
Color Harmonies of #794C53
Complementary color
Monochromatic Colors of #794C53
Black with #794C53
Text Example
Text Example
White with #794C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C53; }
p { color: rgb(121,76,83); }
H1.HeaderClassName
{
color: #794C53;
}
.AnyTagClassName
{
color: #794C53;
}
</style>
background-color css
<style>
a { background-color: #794C53; }
a { background-color: rgb(121,76,83); }
div.DivClassName
{
background-color: #794C53;
}
.BgClassName
{
background-color: #794C53;
}
</style>
border-color css
<style>
span { border-color: #794C53; }
span { border-color: rgb(121,76,83); }
td.TdClassName
{
border-color: #794C53;
}
.TagClassName
{
border-color: #794C53;
}
</style>