Shades of Trendy Pink #824F77
Tints of Trendy Pink #824F77
RGB
CMYK
RGB Variations
Color information
#824F77 (or 0x824F77) is known color: Trendy Pink. HEX triplet: 82, 4F and 77. RGB value is (130,79,119). Sum of RGB (Red+Green+Blue) = 130+79+119=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #824F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F77 is #7DB088. Grayscale: #626262. Windows color (decimal): -8237193 or 7819138. OLE color: 7819138.
HSL color Cylindrical-coordinate representation of color #824F77: hue angle of 312.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F77 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 119 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.49 |
| HSL | 312.94º | 0.24% | 0.41% | - |
| HSV(B) | 312.94º | 0.39% | 0.51% | - |
| XYZ | 15.33 | 11.67 | 18.9 | - |
| YUV | 98.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 119 | 0 | 0.39 | 0.08 | 0.49 | 312.94 | 0.24 | 0.41 |
| Hex | 82 | 4F | 77 | 0 | 27 | 8 | 31 | 139 | 18 | 29 |
| Octal | 202 | 117 | 167 | 0 | 47 | 10 | 61 | 471 | 30 | 51 |
| Binary | 10000010 | 1001111 | 1110111 | 0 | 100111 | 1000 | 110001 | 100111001 | 11000 | 101001 |
Color Harmonies of #824F77
Complementary color
Monochromatic Colors of #824F77
Black with #824F77
Text Example
Text Example
White with #824F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F77; }
p { color: rgb(130,79,119); }
H1.HeaderClassName
{
color: #824F77;
}
.AnyTagClassName
{
color: #824F77;
}
</style>
background-color css
<style>
a { background-color: #824F77; }
a { background-color: rgb(130,79,119); }
div.DivClassName
{
background-color: #824F77;
}
.BgClassName
{
background-color: #824F77;
}
</style>
border-color css
<style>
span { border-color: #824F77; }
span { border-color: rgb(130,79,119); }
td.TdClassName
{
border-color: #824F77;
}
.TagClassName
{
border-color: #824F77;
}
</style>