Shades of Solid Pink #795152
Tints of Solid Pink #795152
RGB
CMYK
RGB Variations
Color information
#795152 (or 0x795152) is known color: Solid Pink. HEX triplet: 79, 51 and 52. RGB value is (121,81,82). Sum of RGB (Red+Green+Blue) = 121+81+82=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #795152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795152 is #86AEAD. Grayscale: #5D5D5D. Windows color (decimal): -8826542 or 5394809. OLE color: 5394809.
HSL color Cylindrical-coordinate representation of color #795152: hue angle of 358.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795152 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 82 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.53 |
| HSL | 358.5º | 0.2% | 0.4% | - |
| HSV(B) | 358.5º | 0.33% | 0.47% | - |
| XYZ | 12.35 | 10.56 | 9.37 | - |
| YUV | 93.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 82 | 0 | 0.33 | 0.32 | 0.53 | 358.5 | 0.2 | 0.4 |
| Hex | 79 | 51 | 52 | 0 | 21 | 20 | 35 | 166 | 14 | 28 |
| Octal | 171 | 121 | 122 | 0 | 41 | 40 | 65 | 546 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1010010 | 0 | 100001 | 100000 | 110101 | 101100110 | 10100 | 101000 |
Color Harmonies of #795152
Complementary color
Monochromatic Colors of #795152
Black with #795152
Text Example
Text Example
White with #795152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795152; }
p { color: rgb(121,81,82); }
H1.HeaderClassName
{
color: #795152;
}
.AnyTagClassName
{
color: #795152;
}
</style>
background-color css
<style>
a { background-color: #795152; }
a { background-color: rgb(121,81,82); }
div.DivClassName
{
background-color: #795152;
}
.BgClassName
{
background-color: #795152;
}
</style>
border-color css
<style>
span { border-color: #795152; }
span { border-color: rgb(121,81,82); }
td.TdClassName
{
border-color: #795152;
}
.TagClassName
{
border-color: #795152;
}
</style>