Shades of Trendy Pink #805C7B
Tints of Trendy Pink #805C7B
RGB
CMYK
RGB Variations
Color information
#805C7B (or 0x805C7B) is known color: Trendy Pink. HEX triplet: 80, 5C and 7B. RGB value is (128,92,123). Sum of RGB (Red+Green+Blue) = 128+92+123=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #805C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805C7B is #7FA384. Grayscale: #6A6A6A. Windows color (decimal): -8364933 or 8084608. OLE color: 8084608.
HSL color Cylindrical-coordinate representation of color #805C7B: hue angle of 308.33º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #805C7B is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 123 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.50 |
| HSL | 308.33º | 0.16% | 0.43% | - |
| HSV(B) | 308.33º | 0.28% | 0.5% | - |
| XYZ | 16.3 | 13.67 | 20.52 | - |
| YUV | 106.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 123 | 0 | 0.28 | 0.04 | 0.50 | 308.33 | 0.16 | 0.43 |
| Hex | 80 | 5C | 7B | 0 | 1C | 4 | 32 | 134 | 10 | 2B |
| Octal | 200 | 134 | 173 | 0 | 34 | 4 | 62 | 464 | 20 | 53 |
| Binary | 10000000 | 1011100 | 1111011 | 0 | 11100 | 100 | 110010 | 100110100 | 10000 | 101011 |
Color Harmonies of #805C7B
Complementary color
Monochromatic Colors of #805C7B
Black with #805C7B
Text Example
Text Example
White with #805C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C7B; }
p { color: rgb(128,92,123); }
H1.HeaderClassName
{
color: #805C7B;
}
.AnyTagClassName
{
color: #805C7B;
}
</style>
background-color css
<style>
a { background-color: #805C7B; }
a { background-color: rgb(128,92,123); }
div.DivClassName
{
background-color: #805C7B;
}
.BgClassName
{
background-color: #805C7B;
}
</style>
border-color css
<style>
span { border-color: #805C7B; }
span { border-color: rgb(128,92,123); }
td.TdClassName
{
border-color: #805C7B;
}
.TagClassName
{
border-color: #805C7B;
}
</style>