Shades of Solid Pink #794F50
Tints of Solid Pink #794F50
RGB
CMYK
RGB Variations
Color information
#794F50 (or 0x794F50) is known color: Solid Pink. HEX triplet: 79, 4F and 50. RGB value is (121,79,80). Sum of RGB (Red+Green+Blue) = 121+79+80=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #794F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F50 is #86B0AF. Grayscale: #5B5B5B. Windows color (decimal): -8827056 or 5263225. OLE color: 5263225.
HSL color Cylindrical-coordinate representation of color #794F50: hue angle of 358.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F50 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 80 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.53 |
| HSL | 358.57º | 0.21% | 0.39% | - |
| HSV(B) | 358.57º | 0.35% | 0.47% | - |
| XYZ | 12.13 | 10.24 | 8.93 | - |
| YUV | 91.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 80 | 0 | 0.35 | 0.34 | 0.53 | 358.57 | 0.21 | 0.39 |
| Hex | 79 | 4F | 50 | 0 | 23 | 22 | 35 | 167 | 15 | 27 |
| Octal | 171 | 117 | 120 | 0 | 43 | 42 | 65 | 547 | 25 | 47 |
| Binary | 1111001 | 1001111 | 1010000 | 0 | 100011 | 100010 | 110101 | 101100111 | 10101 | 100111 |
Color Harmonies of #794F50
Complementary color
Monochromatic Colors of #794F50
Black with #794F50
Text Example
Text Example
White with #794F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F50; }
p { color: rgb(121,79,80); }
H1.HeaderClassName
{
color: #794F50;
}
.AnyTagClassName
{
color: #794F50;
}
</style>
background-color css
<style>
a { background-color: #794F50; }
a { background-color: rgb(121,79,80); }
div.DivClassName
{
background-color: #794F50;
}
.BgClassName
{
background-color: #794F50;
}
</style>
border-color css
<style>
span { border-color: #794F50; }
span { border-color: rgb(121,79,80); }
td.TdClassName
{
border-color: #794F50;
}
.TagClassName
{
border-color: #794F50;
}
</style>