Shades of Solid Pink #7D454A
Tints of Solid Pink #7D454A
RGB
CMYK
RGB Variations
Color information
#7D454A (or 0x7D454A) is known color: Solid Pink. HEX triplet: 7D, 45 and 4A. RGB value is (125,69,74). Sum of RGB (Red+Green+Blue) = 125+69+74=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D454A is #82BAB5. Grayscale: #565656. Windows color (decimal): -8567478 or 4867453. OLE color: 4867453.
HSL color Cylindrical-coordinate representation of color #7D454A: hue angle of 354.64º 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 #7D454A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 74 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.51 |
| HSL | 354.64º | 0.29% | 0.38% | - |
| HSV(B) | 354.64º | 0.45% | 0.49% | - |
| XYZ | 11.82 | 9.11 | 7.61 | - |
| YUV | 86.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 74 | 0 | 0.45 | 0.41 | 0.51 | 354.64 | 0.29 | 0.38 |
| Hex | 7D | 45 | 4A | 0 | 2D | 29 | 33 | 163 | 1D | 26 |
| Octal | 175 | 105 | 112 | 0 | 55 | 51 | 63 | 543 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1001010 | 0 | 101101 | 101001 | 110011 | 101100011 | 11101 | 100110 |
Color Harmonies of #7D454A
Complementary color
Monochromatic Colors of #7D454A
Black with #7D454A
Text Example
Text Example
White with #7D454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D454A; }
p { color: rgb(125,69,74); }
H1.HeaderClassName
{
color: #7D454A;
}
.AnyTagClassName
{
color: #7D454A;
}
</style>
background-color css
<style>
a { background-color: #7D454A; }
a { background-color: rgb(125,69,74); }
div.DivClassName
{
background-color: #7D454A;
}
.BgClassName
{
background-color: #7D454A;
}
</style>
border-color css
<style>
span { border-color: #7D454A; }
span { border-color: rgb(125,69,74); }
td.TdClassName
{
border-color: #7D454A;
}
.TagClassName
{
border-color: #7D454A;
}
</style>