Shades of Solid Pink #794B55
Tints of Solid Pink #794B55
RGB
CMYK
RGB Variations
Color information
#794B55 (or 0x794B55) is known color: Solid Pink. HEX triplet: 79, 4B and 55. RGB value is (121,75,85). Sum of RGB (Red+Green+Blue) = 121+75+85=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #794B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B55 is #86B4AA. Grayscale: #595959. Windows color (decimal): -8828075 or 5589881. OLE color: 5589881.
HSL color Cylindrical-coordinate representation of color #794B55: hue angle of 346.96º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B55 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 85 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.53 |
| HSL | 346.96º | 0.23% | 0.38% | - |
| HSV(B) | 346.96º | 0.38% | 0.47% | - |
| XYZ | 12.04 | 9.75 | 9.84 | - |
| YUV | 89.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 85 | 0 | 0.38 | 0.30 | 0.53 | 346.96 | 0.23 | 0.38 |
| Hex | 79 | 4B | 55 | 0 | 26 | 1E | 35 | 15B | 17 | 26 |
| Octal | 171 | 113 | 125 | 0 | 46 | 36 | 65 | 533 | 27 | 46 |
| Binary | 1111001 | 1001011 | 1010101 | 0 | 100110 | 11110 | 110101 | 101011011 | 10111 | 100110 |
Color Harmonies of #794B55
Complementary color
Monochromatic Colors of #794B55
Black with #794B55
Text Example
Text Example
White with #794B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B55; }
p { color: rgb(121,75,85); }
H1.HeaderClassName
{
color: #794B55;
}
.AnyTagClassName
{
color: #794B55;
}
</style>
background-color css
<style>
a { background-color: #794B55; }
a { background-color: rgb(121,75,85); }
div.DivClassName
{
background-color: #794B55;
}
.BgClassName
{
background-color: #794B55;
}
</style>
border-color css
<style>
span { border-color: #794B55; }
span { border-color: rgb(121,75,85); }
td.TdClassName
{
border-color: #794B55;
}
.TagClassName
{
border-color: #794B55;
}
</style>