Shades of Solid Pink #7D5255
Tints of Solid Pink #7D5255
RGB
CMYK
RGB Variations
Color information
#7D5255 (or 0x7D5255) is known color: Solid Pink. HEX triplet: 7D, 52 and 55. RGB value is (125,82,85). Sum of RGB (Red+Green+Blue) = 125+82+85=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5255 is #82ADAA. Grayscale: #5F5F5F. Windows color (decimal): -8564139 or 5591677. OLE color: 5591677.
HSL color Cylindrical-coordinate representation of color #7D5255: hue angle of 355.81º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5255 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 85 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.51 |
| HSL | 355.81º | 0.21% | 0.41% | - |
| HSV(B) | 355.81º | 0.34% | 0.49% | - |
| XYZ | 13.11 | 11.05 | 10.04 | - |
| YUV | 95.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 85 | 0 | 0.34 | 0.32 | 0.51 | 355.81 | 0.21 | 0.41 |
| Hex | 7D | 52 | 55 | 0 | 22 | 20 | 33 | 164 | 15 | 29 |
| Octal | 175 | 122 | 125 | 0 | 42 | 40 | 63 | 544 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1010101 | 0 | 100010 | 100000 | 110011 | 101100100 | 10101 | 101001 |
Color Harmonies of #7D5255
Complementary color
Monochromatic Colors of #7D5255
Black with #7D5255
Text Example
Text Example
White with #7D5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5255; }
p { color: rgb(125,82,85); }
H1.HeaderClassName
{
color: #7D5255;
}
.AnyTagClassName
{
color: #7D5255;
}
</style>
background-color css
<style>
a { background-color: #7D5255; }
a { background-color: rgb(125,82,85); }
div.DivClassName
{
background-color: #7D5255;
}
.BgClassName
{
background-color: #7D5255;
}
</style>
border-color css
<style>
span { border-color: #7D5255; }
span { border-color: rgb(125,82,85); }
td.TdClassName
{
border-color: #7D5255;
}
.TagClassName
{
border-color: #7D5255;
}
</style>