Shades of Solid Pink #79484C
Tints of Solid Pink #79484C
RGB
CMYK
RGB Variations
Color information
#79484C (or 0x79484C) is known color: Solid Pink. HEX triplet: 79, 48 and 4C. RGB value is (121,72,76). Sum of RGB (Red+Green+Blue) = 121+72+76=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79484C is #86B7B3. Grayscale: #575757. Windows color (decimal): -8828852 or 4999289. OLE color: 4999289.
HSL color Cylindrical-coordinate representation of color #79484C: hue angle of 355.1º 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 #79484C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 76 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.53 |
| HSL | 355.1º | 0.25% | 0.38% | - |
| HSV(B) | 355.1º | 0.4% | 0.47% | - |
| XYZ | 11.51 | 9.22 | 8.01 | - |
| YUV | 87.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 76 | 0 | 0.40 | 0.37 | 0.53 | 355.1 | 0.25 | 0.38 |
| Hex | 79 | 48 | 4C | 0 | 28 | 25 | 35 | 163 | 19 | 26 |
| Octal | 171 | 110 | 114 | 0 | 50 | 45 | 65 | 543 | 31 | 46 |
| Binary | 1111001 | 1001000 | 1001100 | 0 | 101000 | 100101 | 110101 | 101100011 | 11001 | 100110 |
Color Harmonies of #79484C
Complementary color
Monochromatic Colors of #79484C
Black with #79484C
Text Example
Text Example
White with #79484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79484C; }
p { color: rgb(121,72,76); }
H1.HeaderClassName
{
color: #79484C;
}
.AnyTagClassName
{
color: #79484C;
}
</style>
background-color css
<style>
a { background-color: #79484C; }
a { background-color: rgb(121,72,76); }
div.DivClassName
{
background-color: #79484C;
}
.BgClassName
{
background-color: #79484C;
}
</style>
border-color css
<style>
span { border-color: #79484C; }
span { border-color: rgb(121,72,76); }
td.TdClassName
{
border-color: #79484C;
}
.TagClassName
{
border-color: #79484C;
}
</style>