Shades of Solid Pink #79474C
Tints of Solid Pink #79474C
RGB
CMYK
RGB Variations
Color information
#79474C (or 0x79474C) is known color: Solid Pink. HEX triplet: 79, 47 and 4C. RGB value is (121,71,76). Sum of RGB (Red+Green+Blue) = 121+71+76=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79474C is #86B8B3. Grayscale: #565656. Windows color (decimal): -8829108 or 4999033. OLE color: 4999033.
HSL color Cylindrical-coordinate representation of color #79474C: hue angle of 354º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79474C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 71 | 76 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.53 |
| HSL | 354º | 0.26% | 0.38% | - |
| HSV(B) | 354º | 0.41% | 0.47% | - |
| XYZ | 11.44 | 9.09 | 7.99 | - |
| YUV | 86.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 76 | 0 | 0.41 | 0.37 | 0.53 | 354 | 0.26 | 0.38 |
| Hex | 79 | 47 | 4C | 0 | 29 | 25 | 35 | 162 | 1A | 26 |
| Octal | 171 | 107 | 114 | 0 | 51 | 45 | 65 | 542 | 32 | 46 |
| Binary | 1111001 | 1000111 | 1001100 | 0 | 101001 | 100101 | 110101 | 101100010 | 11010 | 100110 |
Color Harmonies of #79474C
Complementary color
Monochromatic Colors of #79474C
Black with #79474C
Text Example
Text Example
White with #79474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79474C; }
p { color: rgb(121,71,76); }
H1.HeaderClassName
{
color: #79474C;
}
.AnyTagClassName
{
color: #79474C;
}
</style>
background-color css
<style>
a { background-color: #79474C; }
a { background-color: rgb(121,71,76); }
div.DivClassName
{
background-color: #79474C;
}
.BgClassName
{
background-color: #79474C;
}
</style>
border-color css
<style>
span { border-color: #79474C; }
span { border-color: rgb(121,71,76); }
td.TdClassName
{
border-color: #79474C;
}
.TagClassName
{
border-color: #79474C;
}
</style>