Shades of Trendy Pink #7B4875
Tints of Trendy Pink #7B4875
RGB
CMYK
RGB Variations
Color information
#7B4875 (or 0x7B4875) is known color: Trendy Pink. HEX triplet: 7B, 48 and 75. RGB value is (123,72,117). Sum of RGB (Red+Green+Blue) = 123+72+117=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4875 is #84B78A. Grayscale: #5C5C5C. Windows color (decimal): -8697739 or 7686267. OLE color: 7686267.
HSL color Cylindrical-coordinate representation of color #7B4875: hue angle of 307.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4875 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 117 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.52 |
| HSL | 307.06º | 0.26% | 0.38% | - |
| HSV(B) | 307.06º | 0.41% | 0.48% | - |
| XYZ | 13.7 | 10.13 | 18.06 | - |
| YUV | 92.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 117 | 0 | 0.41 | 0.05 | 0.52 | 307.06 | 0.26 | 0.38 |
| Hex | 7B | 48 | 75 | 0 | 29 | 5 | 34 | 133 | 1A | 26 |
| Octal | 173 | 110 | 165 | 0 | 51 | 5 | 64 | 463 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1110101 | 0 | 101001 | 101 | 110100 | 100110011 | 11010 | 100110 |
Color Harmonies of #7B4875
Complementary color
Monochromatic Colors of #7B4875
Black with #7B4875
Text Example
Text Example
White with #7B4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4875; }
p { color: rgb(123,72,117); }
H1.HeaderClassName
{
color: #7B4875;
}
.AnyTagClassName
{
color: #7B4875;
}
</style>
background-color css
<style>
a { background-color: #7B4875; }
a { background-color: rgb(123,72,117); }
div.DivClassName
{
background-color: #7B4875;
}
.BgClassName
{
background-color: #7B4875;
}
</style>
border-color css
<style>
span { border-color: #7B4875; }
span { border-color: rgb(123,72,117); }
td.TdClassName
{
border-color: #7B4875;
}
.TagClassName
{
border-color: #7B4875;
}
</style>