Shades of Solid Pink #794C50
Tints of Solid Pink #794C50
RGB
CMYK
RGB Variations
Color information
#794C50 (or 0x794C50) is known color: Solid Pink. HEX triplet: 79, 4C and 50. RGB value is (121,76,80). Sum of RGB (Red+Green+Blue) = 121+76+80=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #794C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C50 is #86B3AF. Grayscale: #595959. Windows color (decimal): -8827824 or 5262457. OLE color: 5262457.
HSL color Cylindrical-coordinate representation of color #794C50: hue angle of 354.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 #794C50 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 80 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.53 |
| HSL | 354.67º | 0.23% | 0.39% | - |
| HSV(B) | 354.67º | 0.37% | 0.47% | - |
| XYZ | 11.92 | 9.81 | 8.86 | - |
| YUV | 89.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 80 | 0 | 0.37 | 0.34 | 0.53 | 354.67 | 0.23 | 0.39 |
| Hex | 79 | 4C | 50 | 0 | 25 | 22 | 35 | 163 | 17 | 27 |
| Octal | 171 | 114 | 120 | 0 | 45 | 42 | 65 | 543 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1010000 | 0 | 100101 | 100010 | 110101 | 101100011 | 10111 | 100111 |
Color Harmonies of #794C50
Complementary color
Monochromatic Colors of #794C50
Black with #794C50
Text Example
Text Example
White with #794C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C50; }
p { color: rgb(121,76,80); }
H1.HeaderClassName
{
color: #794C50;
}
.AnyTagClassName
{
color: #794C50;
}
</style>
background-color css
<style>
a { background-color: #794C50; }
a { background-color: rgb(121,76,80); }
div.DivClassName
{
background-color: #794C50;
}
.BgClassName
{
background-color: #794C50;
}
</style>
border-color css
<style>
span { border-color: #794C50; }
span { border-color: rgb(121,76,80); }
td.TdClassName
{
border-color: #794C50;
}
.TagClassName
{
border-color: #794C50;
}
</style>