Shades of Solid Pink #7D4546
Tints of Solid Pink #7D4546
RGB
CMYK
RGB Variations
Color information
#7D4546 (or 0x7D4546) is known color: Solid Pink. HEX triplet: 7D, 45 and 46. RGB value is (125,69,70). Sum of RGB (Red+Green+Blue) = 125+69+70=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4546 is #82BAB9. Grayscale: #555555. Windows color (decimal): -8567482 or 4605309. OLE color: 4605309.
HSL color Cylindrical-coordinate representation of color #7D4546: hue angle of 358.93º 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 #7D4546 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 70 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.51 |
| HSL | 358.93º | 0.29% | 0.38% | - |
| HSV(B) | 358.93º | 0.45% | 0.49% | - |
| XYZ | 11.69 | 9.06 | 6.93 | - |
| YUV | 85.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 70 | 0 | 0.45 | 0.44 | 0.51 | 358.93 | 0.29 | 0.38 |
| Hex | 7D | 45 | 46 | 0 | 2D | 2C | 33 | 167 | 1D | 26 |
| Octal | 175 | 105 | 106 | 0 | 55 | 54 | 63 | 547 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1000110 | 0 | 101101 | 101100 | 110011 | 101100111 | 11101 | 100110 |
Color Harmonies of #7D4546
Complementary color
Monochromatic Colors of #7D4546
Black with #7D4546
Text Example
Text Example
White with #7D4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4546; }
p { color: rgb(125,69,70); }
H1.HeaderClassName
{
color: #7D4546;
}
.AnyTagClassName
{
color: #7D4546;
}
</style>
background-color css
<style>
a { background-color: #7D4546; }
a { background-color: rgb(125,69,70); }
div.DivClassName
{
background-color: #7D4546;
}
.BgClassName
{
background-color: #7D4546;
}
</style>
border-color css
<style>
span { border-color: #7D4546; }
span { border-color: rgb(125,69,70); }
td.TdClassName
{
border-color: #7D4546;
}
.TagClassName
{
border-color: #7D4546;
}
</style>