Shades of Solid Pink #7B4D55
Tints of Solid Pink #7B4D55
RGB
CMYK
RGB Variations
Color information
#7B4D55 (or 0x7B4D55) is known color: Solid Pink. HEX triplet: 7B, 4D and 55. RGB value is (123,77,85). Sum of RGB (Red+Green+Blue) = 123+77+85=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4D55 is #84B2AA. Grayscale: #5B5B5B. Windows color (decimal): -8696491 or 5590395. OLE color: 5590395.
HSL color Cylindrical-coordinate representation of color #7B4D55: hue angle of 349.57º degrees, saturation: 0.23, 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 #7B4D55 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 85 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.52 |
| HSL | 349.57º | 0.23% | 0.39% | - |
| HSV(B) | 349.57º | 0.37% | 0.48% | - |
| XYZ | 12.46 | 10.17 | 9.9 | - |
| YUV | 91.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 85 | 0 | 0.37 | 0.31 | 0.52 | 349.57 | 0.23 | 0.39 |
| Hex | 7B | 4D | 55 | 0 | 25 | 1F | 34 | 15E | 17 | 27 |
| Octal | 173 | 115 | 125 | 0 | 45 | 37 | 64 | 536 | 27 | 47 |
| Binary | 1111011 | 1001101 | 1010101 | 0 | 100101 | 11111 | 110100 | 101011110 | 10111 | 100111 |
Color Harmonies of #7B4D55
Complementary color
Monochromatic Colors of #7B4D55
Black with #7B4D55
Text Example
Text Example
White with #7B4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D55; }
p { color: rgb(123,77,85); }
H1.HeaderClassName
{
color: #7B4D55;
}
.AnyTagClassName
{
color: #7B4D55;
}
</style>
background-color css
<style>
a { background-color: #7B4D55; }
a { background-color: rgb(123,77,85); }
div.DivClassName
{
background-color: #7B4D55;
}
.BgClassName
{
background-color: #7B4D55;
}
</style>
border-color css
<style>
span { border-color: #7B4D55; }
span { border-color: rgb(123,77,85); }
td.TdClassName
{
border-color: #7B4D55;
}
.TagClassName
{
border-color: #7B4D55;
}
</style>