Shades of Solid Pink #794950
Tints of Solid Pink #794950
RGB
CMYK
RGB Variations
Color information
#794950 (or 0x794950) is known color: Solid Pink. HEX triplet: 79, 49 and 50. RGB value is (121,73,80). Sum of RGB (Red+Green+Blue) = 121+73+80=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #794950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794950 is #86B6AF. Grayscale: #585858. Windows color (decimal): -8828592 or 5261689. OLE color: 5261689.
HSL color Cylindrical-coordinate representation of color #794950: hue angle of 351.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794950 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 80 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.53 |
| HSL | 351.25º | 0.25% | 0.38% | - |
| HSV(B) | 351.25º | 0.4% | 0.47% | - |
| XYZ | 11.72 | 9.41 | 8.79 | - |
| YUV | 88.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 80 | 0 | 0.40 | 0.34 | 0.53 | 351.25 | 0.25 | 0.38 |
| Hex | 79 | 49 | 50 | 0 | 28 | 22 | 35 | 15F | 19 | 26 |
| Octal | 171 | 111 | 120 | 0 | 50 | 42 | 65 | 537 | 31 | 46 |
| Binary | 1111001 | 1001001 | 1010000 | 0 | 101000 | 100010 | 110101 | 101011111 | 11001 | 100110 |
Color Harmonies of #794950
Complementary color
Monochromatic Colors of #794950
Black with #794950
Text Example
Text Example
White with #794950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794950; }
p { color: rgb(121,73,80); }
H1.HeaderClassName
{
color: #794950;
}
.AnyTagClassName
{
color: #794950;
}
</style>
background-color css
<style>
a { background-color: #794950; }
a { background-color: rgb(121,73,80); }
div.DivClassName
{
background-color: #794950;
}
.BgClassName
{
background-color: #794950;
}
</style>
border-color css
<style>
span { border-color: #794950; }
span { border-color: rgb(121,73,80); }
td.TdClassName
{
border-color: #794950;
}
.TagClassName
{
border-color: #794950;
}
</style>