Shades of Solid Pink #794A51
Tints of Solid Pink #794A51
RGB
CMYK
RGB Variations
Color information
#794A51 (or 0x794A51) is known color: Solid Pink. HEX triplet: 79, 4A and 51. RGB value is (121,74,81). Sum of RGB (Red+Green+Blue) = 121+74+81=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #794A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A51 is #86B5AE. Grayscale: #585858. Windows color (decimal): -8828335 or 5327481. OLE color: 5327481.
HSL color Cylindrical-coordinate representation of color #794A51: hue angle of 351.06º 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 #794A51 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 81 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.53 |
| HSL | 351.06º | 0.24% | 0.38% | - |
| HSV(B) | 351.06º | 0.39% | 0.47% | - |
| XYZ | 11.82 | 9.56 | 9.01 | - |
| YUV | 88.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 81 | 0 | 0.39 | 0.33 | 0.53 | 351.06 | 0.24 | 0.38 |
| Hex | 79 | 4A | 51 | 0 | 27 | 21 | 35 | 15F | 18 | 26 |
| Octal | 171 | 112 | 121 | 0 | 47 | 41 | 65 | 537 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1010001 | 0 | 100111 | 100001 | 110101 | 101011111 | 11000 | 100110 |
Color Harmonies of #794A51
Complementary color
Monochromatic Colors of #794A51
Black with #794A51
Text Example
Text Example
White with #794A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A51; }
p { color: rgb(121,74,81); }
H1.HeaderClassName
{
color: #794A51;
}
.AnyTagClassName
{
color: #794A51;
}
</style>
background-color css
<style>
a { background-color: #794A51; }
a { background-color: rgb(121,74,81); }
div.DivClassName
{
background-color: #794A51;
}
.BgClassName
{
background-color: #794A51;
}
</style>
border-color css
<style>
span { border-color: #794A51; }
span { border-color: rgb(121,74,81); }
td.TdClassName
{
border-color: #794A51;
}
.TagClassName
{
border-color: #794A51;
}
</style>