Shades of Solid Pink #7C494B
Tints of Solid Pink #7C494B
RGB
CMYK
RGB Variations
Color information
#7C494B (or 0x7C494B) is known color: Solid Pink. HEX triplet: 7C, 49 and 4B. RGB value is (124,73,75). Sum of RGB (Red+Green+Blue) = 124+73+75=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C494B is #83B6B4. Grayscale: #585858. Windows color (decimal): -8631989 or 4934012. OLE color: 4934012.
HSL color Cylindrical-coordinate representation of color #7C494B: hue angle of 357.65º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C494B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 75 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.51 |
| HSL | 357.65º | 0.26% | 0.39% | - |
| HSV(B) | 357.65º | 0.41% | 0.49% | - |
| XYZ | 11.96 | 9.56 | 7.87 | - |
| YUV | 88.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 75 | 0 | 0.41 | 0.40 | 0.51 | 357.65 | 0.26 | 0.39 |
| Hex | 7C | 49 | 4B | 0 | 29 | 28 | 33 | 166 | 1A | 27 |
| Octal | 174 | 111 | 113 | 0 | 51 | 50 | 63 | 546 | 32 | 47 |
| Binary | 1111100 | 1001001 | 1001011 | 0 | 101001 | 101000 | 110011 | 101100110 | 11010 | 100111 |
Color Harmonies of #7C494B
Complementary color
Monochromatic Colors of #7C494B
Black with #7C494B
Text Example
Text Example
White with #7C494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C494B; }
p { color: rgb(124,73,75); }
H1.HeaderClassName
{
color: #7C494B;
}
.AnyTagClassName
{
color: #7C494B;
}
</style>
background-color css
<style>
a { background-color: #7C494B; }
a { background-color: rgb(124,73,75); }
div.DivClassName
{
background-color: #7C494B;
}
.BgClassName
{
background-color: #7C494B;
}
</style>
border-color css
<style>
span { border-color: #7C494B; }
span { border-color: rgb(124,73,75); }
td.TdClassName
{
border-color: #7C494B;
}
.TagClassName
{
border-color: #7C494B;
}
</style>