Shades of Solid Pink #7C4A4C
Tints of Solid Pink #7C4A4C
RGB
CMYK
RGB Variations
Color information
#7C4A4C (or 0x7C4A4C) is known color: Solid Pink. HEX triplet: 7C, 4A and 4C. RGB value is (124,74,76). Sum of RGB (Red+Green+Blue) = 124+74+76=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4A4C is #83B5B3. Grayscale: #595959. Windows color (decimal): -8631732 or 4999804. OLE color: 4999804.
HSL color Cylindrical-coordinate representation of color #7C4A4C: hue angle of 357.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C4A4C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 74 | 76 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.51 |
| HSL | 357.6º | 0.25% | 0.39% | - |
| HSV(B) | 357.6º | 0.4% | 0.49% | - |
| XYZ | 12.07 | 9.7 | 8.07 | - |
| YUV | 89.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 76 | 0 | 0.40 | 0.39 | 0.51 | 357.6 | 0.25 | 0.39 |
| Hex | 7C | 4A | 4C | 0 | 28 | 27 | 33 | 166 | 19 | 27 |
| Octal | 174 | 112 | 114 | 0 | 50 | 47 | 63 | 546 | 31 | 47 |
| Binary | 1111100 | 1001010 | 1001100 | 0 | 101000 | 100111 | 110011 | 101100110 | 11001 | 100111 |
Color Harmonies of #7C4A4C
Complementary color
Monochromatic Colors of #7C4A4C
Black with #7C4A4C
Text Example
Text Example
White with #7C4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4A4C; }
p { color: rgb(124,74,76); }
H1.HeaderClassName
{
color: #7C4A4C;
}
.AnyTagClassName
{
color: #7C4A4C;
}
</style>
background-color css
<style>
a { background-color: #7C4A4C; }
a { background-color: rgb(124,74,76); }
div.DivClassName
{
background-color: #7C4A4C;
}
.BgClassName
{
background-color: #7C4A4C;
}
</style>
border-color css
<style>
span { border-color: #7C4A4C; }
span { border-color: rgb(124,74,76); }
td.TdClassName
{
border-color: #7C4A4C;
}
.TagClassName
{
border-color: #7C4A4C;
}
</style>