Shades of Solid Pink #7B4E54
Tints of Solid Pink #7B4E54
RGB
CMYK
RGB Variations
Color information
#7B4E54 (or 0x7B4E54) is known color: Solid Pink. HEX triplet: 7B, 4E and 54. RGB value is (123,78,84). Sum of RGB (Red+Green+Blue) = 123+78+84=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E54 is #84B1AB. Grayscale: #5C5C5C. Windows color (decimal): -8696236 or 5525115. OLE color: 5525115.
HSL color Cylindrical-coordinate representation of color #7B4E54: hue angle of 352º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B4E54 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 84 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.52 |
| HSL | 352º | 0.22% | 0.39% | - |
| HSV(B) | 352º | 0.37% | 0.48% | - |
| XYZ | 12.49 | 10.3 | 9.72 | - |
| YUV | 92.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 84 | 0 | 0.37 | 0.32 | 0.52 | 352 | 0.22 | 0.39 |
| Hex | 7B | 4E | 54 | 0 | 25 | 20 | 34 | 160 | 16 | 27 |
| Octal | 173 | 116 | 124 | 0 | 45 | 40 | 64 | 540 | 26 | 47 |
| Binary | 1111011 | 1001110 | 1010100 | 0 | 100101 | 100000 | 110100 | 101100000 | 10110 | 100111 |
Color Harmonies of #7B4E54
Complementary color
Monochromatic Colors of #7B4E54
Black with #7B4E54
Text Example
Text Example
White with #7B4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E54; }
p { color: rgb(123,78,84); }
H1.HeaderClassName
{
color: #7B4E54;
}
.AnyTagClassName
{
color: #7B4E54;
}
</style>
background-color css
<style>
a { background-color: #7B4E54; }
a { background-color: rgb(123,78,84); }
div.DivClassName
{
background-color: #7B4E54;
}
.BgClassName
{
background-color: #7B4E54;
}
</style>
border-color css
<style>
span { border-color: #7B4E54; }
span { border-color: rgb(123,78,84); }
td.TdClassName
{
border-color: #7B4E54;
}
.TagClassName
{
border-color: #7B4E54;
}
</style>