Shades of Trendy Pink #7B4975
Tints of Trendy Pink #7B4975
RGB
CMYK
RGB Variations
Color information
#7B4975 (or 0x7B4975) is known color: Trendy Pink. HEX triplet: 7B, 49 and 75. RGB value is (123,73,117). Sum of RGB (Red+Green+Blue) = 123+73+117=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4975 is #84B68A. Grayscale: #5C5C5C. Windows color (decimal): -8697483 or 7686523. OLE color: 7686523.
HSL color Cylindrical-coordinate representation of color #7B4975: hue angle of 307.2º 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 #7B4975 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 117 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.52 |
| HSL | 307.2º | 0.26% | 0.38% | - |
| HSV(B) | 307.2º | 0.41% | 0.48% | - |
| XYZ | 13.76 | 10.26 | 18.08 | - |
| YUV | 92.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 117 | 0 | 0.41 | 0.05 | 0.52 | 307.2 | 0.26 | 0.38 |
| Hex | 7B | 49 | 75 | 0 | 29 | 5 | 34 | 133 | 1A | 26 |
| Octal | 173 | 111 | 165 | 0 | 51 | 5 | 64 | 463 | 32 | 46 |
| Binary | 1111011 | 1001001 | 1110101 | 0 | 101001 | 101 | 110100 | 100110011 | 11010 | 100110 |
Color Harmonies of #7B4975
Complementary color
Monochromatic Colors of #7B4975
Black with #7B4975
Text Example
Text Example
White with #7B4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4975; }
p { color: rgb(123,73,117); }
H1.HeaderClassName
{
color: #7B4975;
}
.AnyTagClassName
{
color: #7B4975;
}
</style>
background-color css
<style>
a { background-color: #7B4975; }
a { background-color: rgb(123,73,117); }
div.DivClassName
{
background-color: #7B4975;
}
.BgClassName
{
background-color: #7B4975;
}
</style>
border-color css
<style>
span { border-color: #7B4975; }
span { border-color: rgb(123,73,117); }
td.TdClassName
{
border-color: #7B4975;
}
.TagClassName
{
border-color: #7B4975;
}
</style>