Shades of Solid Pink #7D4B4D
Tints of Solid Pink #7D4B4D
RGB
CMYK
RGB Variations
Color information
#7D4B4D (or 0x7D4B4D) is known color: Solid Pink. HEX triplet: 7D, 4B and 4D. RGB value is (125,75,77). Sum of RGB (Red+Green+Blue) = 125+75+77=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4B4D is #82B4B2. Grayscale: #5A5A5A. Windows color (decimal): -8565939 or 5065597. OLE color: 5065597.
HSL color Cylindrical-coordinate representation of color #7D4B4D: 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 #7D4B4D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 75 | 77 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.51 |
| HSL | 357.6º | 0.25% | 0.39% | - |
| HSV(B) | 357.6º | 0.4% | 0.49% | - |
| XYZ | 12.31 | 9.93 | 8.29 | - |
| YUV | 90.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 77 | 0 | 0.40 | 0.38 | 0.51 | 357.6 | 0.25 | 0.39 |
| Hex | 7D | 4B | 4D | 0 | 28 | 26 | 33 | 166 | 19 | 27 |
| Octal | 175 | 113 | 115 | 0 | 50 | 46 | 63 | 546 | 31 | 47 |
| Binary | 1111101 | 1001011 | 1001101 | 0 | 101000 | 100110 | 110011 | 101100110 | 11001 | 100111 |
Color Harmonies of #7D4B4D
Complementary color
Monochromatic Colors of #7D4B4D
Black with #7D4B4D
Text Example
Text Example
White with #7D4B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4B4D; }
p { color: rgb(125,75,77); }
H1.HeaderClassName
{
color: #7D4B4D;
}
.AnyTagClassName
{
color: #7D4B4D;
}
</style>
background-color css
<style>
a { background-color: #7D4B4D; }
a { background-color: rgb(125,75,77); }
div.DivClassName
{
background-color: #7D4B4D;
}
.BgClassName
{
background-color: #7D4B4D;
}
</style>
border-color css
<style>
span { border-color: #7D4B4D; }
span { border-color: rgb(125,75,77); }
td.TdClassName
{
border-color: #7D4B4D;
}
.TagClassName
{
border-color: #7D4B4D;
}
</style>