Shades of Solid Pink #7B494D
Tints of Solid Pink #7B494D
RGB
CMYK
RGB Variations
Color information
#7B494D (or 0x7B494D) is known color: Solid Pink. HEX triplet: 7B, 49 and 4D. RGB value is (123,73,77). Sum of RGB (Red+Green+Blue) = 123+73+77=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B494D is #84B6B2. Grayscale: #585858. Windows color (decimal): -8697523 or 5065083. OLE color: 5065083.
HSL color Cylindrical-coordinate representation of color #7B494D: hue angle of 355.2º 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 #7B494D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 77 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.52 |
| HSL | 355.2º | 0.26% | 0.38% | - |
| HSV(B) | 355.2º | 0.41% | 0.48% | - |
| XYZ | 11.89 | 9.51 | 8.23 | - |
| YUV | 88.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 77 | 0 | 0.41 | 0.37 | 0.52 | 355.2 | 0.26 | 0.38 |
| Hex | 7B | 49 | 4D | 0 | 29 | 25 | 34 | 163 | 1A | 26 |
| Octal | 173 | 111 | 115 | 0 | 51 | 45 | 64 | 543 | 32 | 46 |
| Binary | 1111011 | 1001001 | 1001101 | 0 | 101001 | 100101 | 110100 | 101100011 | 11010 | 100110 |
Color Harmonies of #7B494D
Complementary color
Monochromatic Colors of #7B494D
Black with #7B494D
Text Example
Text Example
White with #7B494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B494D; }
p { color: rgb(123,73,77); }
H1.HeaderClassName
{
color: #7B494D;
}
.AnyTagClassName
{
color: #7B494D;
}
</style>
background-color css
<style>
a { background-color: #7B494D; }
a { background-color: rgb(123,73,77); }
div.DivClassName
{
background-color: #7B494D;
}
.BgClassName
{
background-color: #7B494D;
}
</style>
border-color css
<style>
span { border-color: #7B494D; }
span { border-color: rgb(123,73,77); }
td.TdClassName
{
border-color: #7B494D;
}
.TagClassName
{
border-color: #7B494D;
}
</style>