Shades of Trendy Pink #805F7B
Tints of Trendy Pink #805F7B
RGB
CMYK
RGB Variations
Color information
#805F7B (or 0x805F7B) is known color: Trendy Pink. HEX triplet: 80, 5F and 7B. RGB value is (128,95,123). Sum of RGB (Red+Green+Blue) = 128+95+123=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #805F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F7B is #7FA084. Grayscale: #6B6B6B. Windows color (decimal): -8364165 or 8085376. OLE color: 8085376.
HSL color Cylindrical-coordinate representation of color #805F7B: hue angle of 309.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #805F7B is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 123 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.50 |
| HSL | 309.09º | 0.15% | 0.44% | - |
| HSV(B) | 309.09º | 0.26% | 0.5% | - |
| XYZ | 16.57 | 14.2 | 20.61 | - |
| YUV | 108.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 123 | 0 | 0.26 | 0.04 | 0.50 | 309.09 | 0.15 | 0.44 |
| Hex | 80 | 5F | 7B | 0 | 1A | 4 | 32 | 135 | F | 2C |
| Octal | 200 | 137 | 173 | 0 | 32 | 4 | 62 | 465 | 17 | 54 |
| Binary | 10000000 | 1011111 | 1111011 | 0 | 11010 | 100 | 110010 | 100110101 | 1111 | 101100 |
Color Harmonies of #805F7B
Complementary color
Monochromatic Colors of #805F7B
Black with #805F7B
Text Example
Text Example
White with #805F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F7B; }
p { color: rgb(128,95,123); }
H1.HeaderClassName
{
color: #805F7B;
}
.AnyTagClassName
{
color: #805F7B;
}
</style>
background-color css
<style>
a { background-color: #805F7B; }
a { background-color: rgb(128,95,123); }
div.DivClassName
{
background-color: #805F7B;
}
.BgClassName
{
background-color: #805F7B;
}
</style>
border-color css
<style>
span { border-color: #805F7B; }
span { border-color: rgb(128,95,123); }
td.TdClassName
{
border-color: #805F7B;
}
.TagClassName
{
border-color: #805F7B;
}
</style>