Shades of Solid Pink #7D434B
Tints of Solid Pink #7D434B
RGB
CMYK
RGB Variations
Color information
#7D434B (or 0x7D434B) is known color: Solid Pink. HEX triplet: 7D, 43 and 4B. RGB value is (125,67,75). Sum of RGB (Red+Green+Blue) = 125+67+75=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D434B is #82BCB4. Grayscale: #555555. Windows color (decimal): -8567989 or 4932477. OLE color: 4932477.
HSL color Cylindrical-coordinate representation of color #7D434B: hue angle of 351.72º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D434B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 75 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.51 |
| HSL | 351.72º | 0.3% | 0.38% | - |
| HSV(B) | 351.72º | 0.46% | 0.49% | - |
| XYZ | 11.73 | 8.88 | 7.75 | - |
| YUV | 85.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 75 | 0 | 0.46 | 0.40 | 0.51 | 351.72 | 0.3 | 0.38 |
| Hex | 7D | 43 | 4B | 0 | 2E | 28 | 33 | 160 | 1E | 26 |
| Octal | 175 | 103 | 113 | 0 | 56 | 50 | 63 | 540 | 36 | 46 |
| Binary | 1111101 | 1000011 | 1001011 | 0 | 101110 | 101000 | 110011 | 101100000 | 11110 | 100110 |
Color Harmonies of #7D434B
Complementary color
Monochromatic Colors of #7D434B
Black with #7D434B
Text Example
Text Example
White with #7D434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D434B; }
p { color: rgb(125,67,75); }
H1.HeaderClassName
{
color: #7D434B;
}
.AnyTagClassName
{
color: #7D434B;
}
</style>
background-color css
<style>
a { background-color: #7D434B; }
a { background-color: rgb(125,67,75); }
div.DivClassName
{
background-color: #7D434B;
}
.BgClassName
{
background-color: #7D434B;
}
</style>
border-color css
<style>
span { border-color: #7D434B; }
span { border-color: rgb(125,67,75); }
td.TdClassName
{
border-color: #7D434B;
}
.TagClassName
{
border-color: #7D434B;
}
</style>