Shades of Solid Pink #7B5354
Tints of Solid Pink #7B5354
RGB
CMYK
RGB Variations
Color information
#7B5354 (or 0x7B5354) is known color: Solid Pink. HEX triplet: 7B, 53 and 54. RGB value is (123,83,84). Sum of RGB (Red+Green+Blue) = 123+83+84=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5354 is #84ACAB. Grayscale: #5F5F5F. Windows color (decimal): -8694956 or 5526395. OLE color: 5526395.
HSL color Cylindrical-coordinate representation of color #7B5354: hue angle of 358.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5354 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 84 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.52 |
| HSL | 358.5º | 0.19% | 0.4% | - |
| HSV(B) | 358.5º | 0.33% | 0.48% | - |
| XYZ | 12.86 | 11.04 | 9.84 | - |
| YUV | 95.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 84 | 0 | 0.33 | 0.32 | 0.52 | 358.5 | 0.19 | 0.4 |
| Hex | 7B | 53 | 54 | 0 | 21 | 20 | 34 | 166 | 13 | 28 |
| Octal | 173 | 123 | 124 | 0 | 41 | 40 | 64 | 546 | 23 | 50 |
| Binary | 1111011 | 1010011 | 1010100 | 0 | 100001 | 100000 | 110100 | 101100110 | 10011 | 101000 |
Color Harmonies of #7B5354
Complementary color
Monochromatic Colors of #7B5354
Black with #7B5354
Text Example
Text Example
White with #7B5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5354; }
p { color: rgb(123,83,84); }
H1.HeaderClassName
{
color: #7B5354;
}
.AnyTagClassName
{
color: #7B5354;
}
</style>
background-color css
<style>
a { background-color: #7B5354; }
a { background-color: rgb(123,83,84); }
div.DivClassName
{
background-color: #7B5354;
}
.BgClassName
{
background-color: #7B5354;
}
</style>
border-color css
<style>
span { border-color: #7B5354; }
span { border-color: rgb(123,83,84); }
td.TdClassName
{
border-color: #7B5354;
}
.TagClassName
{
border-color: #7B5354;
}
</style>