Shades of My Pink #D78B7A
Tints of My Pink #D78B7A
RGB
CMYK
RGB Variations
Color information
#D78B7A (or 0xD78B7A) is known color: My Pink. HEX triplet: D7, 8B and 7A. RGB value is (215,139,122). Sum of RGB (Red+Green+Blue) = 215+139+122=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B7A is #287485. Grayscale: #9F9F9F. Windows color (decimal): -2651270 or 8031191. OLE color: 8031191.
HSL color Cylindrical-coordinate representation of color #D78B7A: hue angle of 10.97º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D78B7A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 122 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.16 |
| HSL | 10.97º | 0.54% | 0.66% | - |
| HSV(B) | 10.97º | 0.43% | 0.84% | - |
| XYZ | 40.77 | 34.32 | 22.89 | - |
| YUV | 159.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 122 | 0 | 0.35 | 0.43 | 0.16 | 10.97 | 0.54 | 0.66 |
| Hex | D7 | 8B | 7A | 0 | 23 | 2B | 10 | B | 36 | 42 |
| Octal | 327 | 213 | 172 | 0 | 43 | 53 | 20 | 13 | 66 | 102 |
| Binary | 11010111 | 10001011 | 1111010 | 0 | 100011 | 101011 | 10000 | 1011 | 110110 | 1000010 |
Color Harmonies of #D78B7A
Complementary color
Monochromatic Colors of #D78B7A
Black with #D78B7A
Text Example
Text Example
White with #D78B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B7A; }
p { color: rgb(215,139,122); }
H1.HeaderClassName
{
color: #D78B7A;
}
.AnyTagClassName
{
color: #D78B7A;
}
</style>
background-color css
<style>
a { background-color: #D78B7A; }
a { background-color: rgb(215,139,122); }
div.DivClassName
{
background-color: #D78B7A;
}
.BgClassName
{
background-color: #D78B7A;
}
</style>
border-color css
<style>
span { border-color: #D78B7A; }
span { border-color: rgb(215,139,122); }
td.TdClassName
{
border-color: #D78B7A;
}
.TagClassName
{
border-color: #D78B7A;
}
</style>