Shades of Trendy Pink #7B5180
Tints of Trendy Pink #7B5180
RGB
CMYK
RGB Variations
Color information
#7B5180 (or 0x7B5180) is known color: Trendy Pink. HEX triplet: 7B, 51 and 80. RGB value is (123,81,128). Sum of RGB (Red+Green+Blue) = 123+81+128=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5180 is #84AE7F. Grayscale: #626262. Windows color (decimal): -8695424 or 8409467. OLE color: 8409467.
HSL color Cylindrical-coordinate representation of color #7B5180: hue angle of 293.62º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B5180 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 81 | 128 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.50 |
| HSL | 293.62º | 0.22% | 0.41% | - |
| HSV(B) | 293.62º | 0.37% | 0.5% | - |
| XYZ | 15.01 | 11.65 | 21.88 | - |
| YUV | 98.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 128 | 0.04 | 0.37 | 0 | 0.50 | 293.62 | 0.22 | 0.41 |
| Hex | 7B | 51 | 80 | 4 | 25 | 0 | 32 | 126 | 16 | 29 |
| Octal | 173 | 121 | 200 | 4 | 45 | 0 | 62 | 446 | 26 | 51 |
| Binary | 1111011 | 1010001 | 10000000 | 100 | 100101 | 0 | 110010 | 100100110 | 10110 | 101001 |
Color Harmonies of #7B5180
Complementary color
Monochromatic Colors of #7B5180
Black with #7B5180
Text Example
Text Example
White with #7B5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5180; }
p { color: rgb(123,81,128); }
H1.HeaderClassName
{
color: #7B5180;
}
.AnyTagClassName
{
color: #7B5180;
}
</style>
background-color css
<style>
a { background-color: #7B5180; }
a { background-color: rgb(123,81,128); }
div.DivClassName
{
background-color: #7B5180;
}
.BgClassName
{
background-color: #7B5180;
}
</style>
border-color css
<style>
span { border-color: #7B5180; }
span { border-color: rgb(123,81,128); }
td.TdClassName
{
border-color: #7B5180;
}
.TagClassName
{
border-color: #7B5180;
}
</style>