Shades of Solid Pink #7B4F50
Tints of Solid Pink #7B4F50
RGB
CMYK
RGB Variations
Color information
#7B4F50 (or 0x7B4F50) is known color: Solid Pink. HEX triplet: 7B, 4F and 50. RGB value is (123,79,80). Sum of RGB (Red+Green+Blue) = 123+79+80=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F50 is #84B0AF. Grayscale: #5C5C5C. Windows color (decimal): -8695984 or 5263227. OLE color: 5263227.
HSL color Cylindrical-coordinate representation of color #7B4F50: hue angle of 358.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B4F50 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 79 | 80 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.52 |
| HSL | 358.64º | 0.22% | 0.4% | - |
| HSV(B) | 358.64º | 0.36% | 0.48% | - |
| XYZ | 12.41 | 10.38 | 8.94 | - |
| YUV | 92.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 80 | 0 | 0.36 | 0.35 | 0.52 | 358.64 | 0.22 | 0.4 |
| Hex | 7B | 4F | 50 | 0 | 24 | 23 | 34 | 167 | 16 | 28 |
| Octal | 173 | 117 | 120 | 0 | 44 | 43 | 64 | 547 | 26 | 50 |
| Binary | 1111011 | 1001111 | 1010000 | 0 | 100100 | 100011 | 110100 | 101100111 | 10110 | 101000 |
Color Harmonies of #7B4F50
Complementary color
Monochromatic Colors of #7B4F50
Black with #7B4F50
Text Example
Text Example
White with #7B4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4F50; }
p { color: rgb(123,79,80); }
H1.HeaderClassName
{
color: #7B4F50;
}
.AnyTagClassName
{
color: #7B4F50;
}
</style>
background-color css
<style>
a { background-color: #7B4F50; }
a { background-color: rgb(123,79,80); }
div.DivClassName
{
background-color: #7B4F50;
}
.BgClassName
{
background-color: #7B4F50;
}
</style>
border-color css
<style>
span { border-color: #7B4F50; }
span { border-color: rgb(123,79,80); }
td.TdClassName
{
border-color: #7B4F50;
}
.TagClassName
{
border-color: #7B4F50;
}
</style>