Shades of Trendy Pink #825777
Tints of Trendy Pink #825777
RGB
CMYK
RGB Variations
Color information
#825777 (or 0x825777) is known color: Trendy Pink. HEX triplet: 82, 57 and 77. RGB value is (130,87,119). Sum of RGB (Red+Green+Blue) = 130+87+119=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #825777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825777 is #7DA888. Grayscale: #676767. Windows color (decimal): -8235145 or 7821186. OLE color: 7821186.
HSL color Cylindrical-coordinate representation of color #825777: hue angle of 315.35º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825777 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 87 | 119 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.49 |
| HSL | 315.35º | 0.2% | 0.43% | - |
| HSV(B) | 315.35º | 0.33% | 0.51% | - |
| XYZ | 15.94 | 12.89 | 19.1 | - |
| YUV | 103.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 119 | 0 | 0.33 | 0.08 | 0.49 | 315.35 | 0.2 | 0.43 |
| Hex | 82 | 57 | 77 | 0 | 21 | 8 | 31 | 13B | 14 | 2B |
| Octal | 202 | 127 | 167 | 0 | 41 | 10 | 61 | 473 | 24 | 53 |
| Binary | 10000010 | 1010111 | 1110111 | 0 | 100001 | 1000 | 110001 | 100111011 | 10100 | 101011 |
Color Harmonies of #825777
Complementary color
Monochromatic Colors of #825777
Black with #825777
Text Example
Text Example
White with #825777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825777; }
p { color: rgb(130,87,119); }
H1.HeaderClassName
{
color: #825777;
}
.AnyTagClassName
{
color: #825777;
}
</style>
background-color css
<style>
a { background-color: #825777; }
a { background-color: rgb(130,87,119); }
div.DivClassName
{
background-color: #825777;
}
.BgClassName
{
background-color: #825777;
}
</style>
border-color css
<style>
span { border-color: #825777; }
span { border-color: rgb(130,87,119); }
td.TdClassName
{
border-color: #825777;
}
.TagClassName
{
border-color: #825777;
}
</style>