Shades of Trendy Pink #7B4770
Tints of Trendy Pink #7B4770
RGB
CMYK
RGB Variations
Color information
#7B4770 (or 0x7B4770) is known color: Trendy Pink. HEX triplet: 7B, 47 and 70. RGB value is (123,71,112). Sum of RGB (Red+Green+Blue) = 123+71+112=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4770 is #84B88F. Grayscale: #5B5B5B. Windows color (decimal): -8698000 or 7358331. OLE color: 7358331.
HSL color Cylindrical-coordinate representation of color #7B4770: hue angle of 312.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B4770 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 112 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.52 |
| HSL | 312.69º | 0.27% | 0.38% | - |
| HSV(B) | 312.69º | 0.42% | 0.48% | - |
| XYZ | 13.35 | 9.89 | 16.53 | - |
| YUV | 91.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 112 | 0 | 0.42 | 0.09 | 0.52 | 312.69 | 0.27 | 0.38 |
| Hex | 7B | 47 | 70 | 0 | 2A | 9 | 34 | 139 | 1B | 26 |
| Octal | 173 | 107 | 160 | 0 | 52 | 11 | 64 | 471 | 33 | 46 |
| Binary | 1111011 | 1000111 | 1110000 | 0 | 101010 | 1001 | 110100 | 100111001 | 11011 | 100110 |
Color Harmonies of #7B4770
Complementary color
Monochromatic Colors of #7B4770
Black with #7B4770
Text Example
Text Example
White with #7B4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4770; }
p { color: rgb(123,71,112); }
H1.HeaderClassName
{
color: #7B4770;
}
.AnyTagClassName
{
color: #7B4770;
}
</style>
background-color css
<style>
a { background-color: #7B4770; }
a { background-color: rgb(123,71,112); }
div.DivClassName
{
background-color: #7B4770;
}
.BgClassName
{
background-color: #7B4770;
}
</style>
border-color css
<style>
span { border-color: #7B4770; }
span { border-color: rgb(123,71,112); }
td.TdClassName
{
border-color: #7B4770;
}
.TagClassName
{
border-color: #7B4770;
}
</style>