Shades of Solid Pink #7D454D
Tints of Solid Pink #7D454D
RGB
CMYK
RGB Variations
Color information
#7D454D (or 0x7D454D) is known color: Solid Pink. HEX triplet: 7D, 45 and 4D. RGB value is (125,69,77). Sum of RGB (Red+Green+Blue) = 125+69+77=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D454D is #82BAB2. Grayscale: #565656. Windows color (decimal): -8567475 or 5064061. OLE color: 5064061.
HSL color Cylindrical-coordinate representation of color #7D454D: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D454D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 77 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.51 |
| HSL | 351.43º | 0.29% | 0.38% | - |
| HSV(B) | 351.43º | 0.45% | 0.49% | - |
| XYZ | 11.93 | 9.15 | 8.16 | - |
| YUV | 86.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 77 | 0 | 0.45 | 0.38 | 0.51 | 351.43 | 0.29 | 0.38 |
| Hex | 7D | 45 | 4D | 0 | 2D | 26 | 33 | 15F | 1D | 26 |
| Octal | 175 | 105 | 115 | 0 | 55 | 46 | 63 | 537 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1001101 | 0 | 101101 | 100110 | 110011 | 101011111 | 11101 | 100110 |
Color Harmonies of #7D454D
Complementary color
Monochromatic Colors of #7D454D
Black with #7D454D
Text Example
Text Example
White with #7D454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D454D; }
p { color: rgb(125,69,77); }
H1.HeaderClassName
{
color: #7D454D;
}
.AnyTagClassName
{
color: #7D454D;
}
</style>
background-color css
<style>
a { background-color: #7D454D; }
a { background-color: rgb(125,69,77); }
div.DivClassName
{
background-color: #7D454D;
}
.BgClassName
{
background-color: #7D454D;
}
</style>
border-color css
<style>
span { border-color: #7D454D; }
span { border-color: rgb(125,69,77); }
td.TdClassName
{
border-color: #7D454D;
}
.TagClassName
{
border-color: #7D454D;
}
</style>