Shades of My Pink #D78B7E
Tints of My Pink #D78B7E
RGB
CMYK
RGB Variations
Color information
#D78B7E (or 0xD78B7E) is known color: My Pink. HEX triplet: D7, 8B and 7E. RGB value is (215,139,126). Sum of RGB (Red+Green+Blue) = 215+139+126=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B7E is #287481. Grayscale: #A0A0A0. Windows color (decimal): -2651266 or 8293335. OLE color: 8293335.
HSL color Cylindrical-coordinate representation of color #D78B7E: hue angle of 8.76º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D78B7E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 126 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.16 |
| HSL | 8.76º | 0.53% | 0.67% | - |
| HSV(B) | 8.76º | 0.41% | 0.84% | - |
| XYZ | 41.02 | 34.42 | 24.22 | - |
| YUV | 160.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 126 | 0 | 0.35 | 0.41 | 0.16 | 8.76 | 0.53 | 0.67 |
| Hex | D7 | 8B | 7E | 0 | 23 | 29 | 10 | 9 | 35 | 43 |
| Octal | 327 | 213 | 176 | 0 | 43 | 51 | 20 | 11 | 65 | 103 |
| Binary | 11010111 | 10001011 | 1111110 | 0 | 100011 | 101001 | 10000 | 1001 | 110101 | 1000011 |
Color Harmonies of #D78B7E
Complementary color
Monochromatic Colors of #D78B7E
Black with #D78B7E
Text Example
Text Example
White with #D78B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B7E; }
p { color: rgb(215,139,126); }
H1.HeaderClassName
{
color: #D78B7E;
}
.AnyTagClassName
{
color: #D78B7E;
}
</style>
background-color css
<style>
a { background-color: #D78B7E; }
a { background-color: rgb(215,139,126); }
div.DivClassName
{
background-color: #D78B7E;
}
.BgClassName
{
background-color: #D78B7E;
}
</style>
border-color css
<style>
span { border-color: #D78B7E; }
span { border-color: rgb(215,139,126); }
td.TdClassName
{
border-color: #D78B7E;
}
.TagClassName
{
border-color: #D78B7E;
}
</style>