Shades of Solid Pink #7B464E
Tints of Solid Pink #7B464E
RGB
CMYK
RGB Variations
Color information
#7B464E (or 0x7B464E) is known color: Solid Pink. HEX triplet: 7B, 46 and 4E. RGB value is (123,70,78). Sum of RGB (Red+Green+Blue) = 123+70+78=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B464E is #84B9B1. Grayscale: #565656. Windows color (decimal): -8698290 or 5129851. OLE color: 5129851.
HSL color Cylindrical-coordinate representation of color #7B464E: hue angle of 350.94º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B464E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 78 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.52 |
| HSL | 350.94º | 0.27% | 0.38% | - |
| HSV(B) | 350.94º | 0.43% | 0.48% | - |
| XYZ | 11.73 | 9.14 | 8.35 | - |
| YUV | 86.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 78 | 0 | 0.43 | 0.37 | 0.52 | 350.94 | 0.27 | 0.38 |
| Hex | 7B | 46 | 4E | 0 | 2B | 25 | 34 | 15F | 1B | 26 |
| Octal | 173 | 106 | 116 | 0 | 53 | 45 | 64 | 537 | 33 | 46 |
| Binary | 1111011 | 1000110 | 1001110 | 0 | 101011 | 100101 | 110100 | 101011111 | 11011 | 100110 |
Color Harmonies of #7B464E
Complementary color
Monochromatic Colors of #7B464E
Black with #7B464E
Text Example
Text Example
White with #7B464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B464E; }
p { color: rgb(123,70,78); }
H1.HeaderClassName
{
color: #7B464E;
}
.AnyTagClassName
{
color: #7B464E;
}
</style>
background-color css
<style>
a { background-color: #7B464E; }
a { background-color: rgb(123,70,78); }
div.DivClassName
{
background-color: #7B464E;
}
.BgClassName
{
background-color: #7B464E;
}
</style>
border-color css
<style>
span { border-color: #7B464E; }
span { border-color: rgb(123,70,78); }
td.TdClassName
{
border-color: #7B464E;
}
.TagClassName
{
border-color: #7B464E;
}
</style>