Shades of Solid Pink #794C54
Tints of Solid Pink #794C54
RGB
CMYK
RGB Variations
Color information
#794C54 (or 0x794C54) is known color: Solid Pink. HEX triplet: 79, 4C and 54. RGB value is (121,76,84). Sum of RGB (Red+Green+Blue) = 121+76+84=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #794C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C54 is #86B3AB. Grayscale: #5A5A5A. Windows color (decimal): -8827820 or 5524601. OLE color: 5524601.
HSL color Cylindrical-coordinate representation of color #794C54: hue angle of 349.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #794C54 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 84 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.53 |
| HSL | 349.33º | 0.23% | 0.39% | - |
| HSV(B) | 349.33º | 0.37% | 0.47% | - |
| XYZ | 12.07 | 9.87 | 9.66 | - |
| YUV | 90.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 84 | 0 | 0.37 | 0.31 | 0.53 | 349.33 | 0.23 | 0.39 |
| Hex | 79 | 4C | 54 | 0 | 25 | 1F | 35 | 15D | 17 | 27 |
| Octal | 171 | 114 | 124 | 0 | 45 | 37 | 65 | 535 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1010100 | 0 | 100101 | 11111 | 110101 | 101011101 | 10111 | 100111 |
Color Harmonies of #794C54
Complementary color
Monochromatic Colors of #794C54
Black with #794C54
Text Example
Text Example
White with #794C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C54; }
p { color: rgb(121,76,84); }
H1.HeaderClassName
{
color: #794C54;
}
.AnyTagClassName
{
color: #794C54;
}
</style>
background-color css
<style>
a { background-color: #794C54; }
a { background-color: rgb(121,76,84); }
div.DivClassName
{
background-color: #794C54;
}
.BgClassName
{
background-color: #794C54;
}
</style>
border-color css
<style>
span { border-color: #794C54; }
span { border-color: rgb(121,76,84); }
td.TdClassName
{
border-color: #794C54;
}
.TagClassName
{
border-color: #794C54;
}
</style>