Shades of Solid Pink #794A4E
Tints of Solid Pink #794A4E
RGB
CMYK
RGB Variations
Color information
#794A4E (or 0x794A4E) is known color: Solid Pink. HEX triplet: 79, 4A and 4E. RGB value is (121,74,78). Sum of RGB (Red+Green+Blue) = 121+74+78=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A4E is #86B5B1. Grayscale: #585858. Windows color (decimal): -8828338 or 5130873. OLE color: 5130873.
HSL color Cylindrical-coordinate representation of color #794A4E: hue angle of 354.89º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #794A4E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 78 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.53 |
| HSL | 354.89º | 0.24% | 0.38% | - |
| HSV(B) | 354.89º | 0.39% | 0.47% | - |
| XYZ | 11.71 | 9.51 | 8.43 | - |
| YUV | 88.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 78 | 0 | 0.39 | 0.36 | 0.53 | 354.89 | 0.24 | 0.38 |
| Hex | 79 | 4A | 4E | 0 | 27 | 24 | 35 | 163 | 18 | 26 |
| Octal | 171 | 112 | 116 | 0 | 47 | 44 | 65 | 543 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1001110 | 0 | 100111 | 100100 | 110101 | 101100011 | 11000 | 100110 |
Color Harmonies of #794A4E
Complementary color
Monochromatic Colors of #794A4E
Black with #794A4E
Text Example
Text Example
White with #794A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A4E; }
p { color: rgb(121,74,78); }
H1.HeaderClassName
{
color: #794A4E;
}
.AnyTagClassName
{
color: #794A4E;
}
</style>
background-color css
<style>
a { background-color: #794A4E; }
a { background-color: rgb(121,74,78); }
div.DivClassName
{
background-color: #794A4E;
}
.BgClassName
{
background-color: #794A4E;
}
</style>
border-color css
<style>
span { border-color: #794A4E; }
span { border-color: rgb(121,74,78); }
td.TdClassName
{
border-color: #794A4E;
}
.TagClassName
{
border-color: #794A4E;
}
</style>