Shades of Solid Pink #7B484E
Tints of Solid Pink #7B484E
RGB
CMYK
RGB Variations
Color information
#7B484E (or 0x7B484E) is known color: Solid Pink. HEX triplet: 7B, 48 and 4E. RGB value is (123,72,78). Sum of RGB (Red+Green+Blue) = 123+72+78=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B484E is #84B7B1. Grayscale: #575757. Windows color (decimal): -8697778 or 5130363. OLE color: 5130363.
HSL color Cylindrical-coordinate representation of color #7B484E: hue angle of 352.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B484E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 78 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.52 |
| HSL | 352.94º | 0.26% | 0.38% | - |
| HSV(B) | 352.94º | 0.41% | 0.48% | - |
| XYZ | 11.86 | 9.4 | 8.4 | - |
| YUV | 87.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 78 | 0 | 0.41 | 0.37 | 0.52 | 352.94 | 0.26 | 0.38 |
| Hex | 7B | 48 | 4E | 0 | 29 | 25 | 34 | 161 | 1A | 26 |
| Octal | 173 | 110 | 116 | 0 | 51 | 45 | 64 | 541 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1001110 | 0 | 101001 | 100101 | 110100 | 101100001 | 11010 | 100110 |
Color Harmonies of #7B484E
Complementary color
Monochromatic Colors of #7B484E
Black with #7B484E
Text Example
Text Example
White with #7B484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B484E; }
p { color: rgb(123,72,78); }
H1.HeaderClassName
{
color: #7B484E;
}
.AnyTagClassName
{
color: #7B484E;
}
</style>
background-color css
<style>
a { background-color: #7B484E; }
a { background-color: rgb(123,72,78); }
div.DivClassName
{
background-color: #7B484E;
}
.BgClassName
{
background-color: #7B484E;
}
</style>
border-color css
<style>
span { border-color: #7B484E; }
span { border-color: rgb(123,72,78); }
td.TdClassName
{
border-color: #7B484E;
}
.TagClassName
{
border-color: #7B484E;
}
</style>