Shades of Solid Pink #794A4D
Tints of Solid Pink #794A4D
RGB
CMYK
RGB Variations
Color information
#794A4D (or 0x794A4D) is known color: Solid Pink. HEX triplet: 79, 4A and 4D. RGB value is (121,74,77). Sum of RGB (Red+Green+Blue) = 121+74+77=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A4D is #86B5B2. Grayscale: #585858. Windows color (decimal): -8828339 or 5065337. OLE color: 5065337.
HSL color Cylindrical-coordinate representation of color #794A4D: hue angle of 356.17º 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 #794A4D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 77 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.53 |
| HSL | 356.17º | 0.24% | 0.38% | - |
| HSV(B) | 356.17º | 0.39% | 0.47% | - |
| XYZ | 11.67 | 9.5 | 8.24 | - |
| YUV | 88.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 77 | 0 | 0.39 | 0.36 | 0.53 | 356.17 | 0.24 | 0.38 |
| Hex | 79 | 4A | 4D | 0 | 27 | 24 | 35 | 164 | 18 | 26 |
| Octal | 171 | 112 | 115 | 0 | 47 | 44 | 65 | 544 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1001101 | 0 | 100111 | 100100 | 110101 | 101100100 | 11000 | 100110 |
Color Harmonies of #794A4D
Complementary color
Monochromatic Colors of #794A4D
Black with #794A4D
Text Example
Text Example
White with #794A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A4D; }
p { color: rgb(121,74,77); }
H1.HeaderClassName
{
color: #794A4D;
}
.AnyTagClassName
{
color: #794A4D;
}
</style>
background-color css
<style>
a { background-color: #794A4D; }
a { background-color: rgb(121,74,77); }
div.DivClassName
{
background-color: #794A4D;
}
.BgClassName
{
background-color: #794A4D;
}
</style>
border-color css
<style>
span { border-color: #794A4D; }
span { border-color: rgb(121,74,77); }
td.TdClassName
{
border-color: #794A4D;
}
.TagClassName
{
border-color: #794A4D;
}
</style>