Shades of Solid Pink #7D4A4D
Tints of Solid Pink #7D4A4D
RGB
CMYK
RGB Variations
Color information
#7D4A4D (or 0x7D4A4D) is known color: Solid Pink. HEX triplet: 7D, 4A and 4D. RGB value is (125,74,77). Sum of RGB (Red+Green+Blue) = 125+74+77=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4A4D is #82B5B2. Grayscale: #595959. Windows color (decimal): -8566195 or 5065341. OLE color: 5065341.
HSL color Cylindrical-coordinate representation of color #7D4A4D: hue angle of 356.47º 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 #7D4A4D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 77 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.51 |
| HSL | 356.47º | 0.26% | 0.39% | - |
| HSV(B) | 356.47º | 0.41% | 0.49% | - |
| XYZ | 12.25 | 9.79 | 8.27 | - |
| YUV | 89.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 77 | 0 | 0.41 | 0.38 | 0.51 | 356.47 | 0.26 | 0.39 |
| Hex | 7D | 4A | 4D | 0 | 29 | 26 | 33 | 164 | 1A | 27 |
| Octal | 175 | 112 | 115 | 0 | 51 | 46 | 63 | 544 | 32 | 47 |
| Binary | 1111101 | 1001010 | 1001101 | 0 | 101001 | 100110 | 110011 | 101100100 | 11010 | 100111 |
Color Harmonies of #7D4A4D
Complementary color
Monochromatic Colors of #7D4A4D
Black with #7D4A4D
Text Example
Text Example
White with #7D4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A4D; }
p { color: rgb(125,74,77); }
H1.HeaderClassName
{
color: #7D4A4D;
}
.AnyTagClassName
{
color: #7D4A4D;
}
</style>
background-color css
<style>
a { background-color: #7D4A4D; }
a { background-color: rgb(125,74,77); }
div.DivClassName
{
background-color: #7D4A4D;
}
.BgClassName
{
background-color: #7D4A4D;
}
</style>
border-color css
<style>
span { border-color: #7D4A4D; }
span { border-color: rgb(125,74,77); }
td.TdClassName
{
border-color: #7D4A4D;
}
.TagClassName
{
border-color: #7D4A4D;
}
</style>