Shades of Charm #D77E87
Tints of Charm #D77E87
RGB
CMYK
RGB Variations
Color information
#D77E87 (or 0xD77E87) is known color: Charm. HEX triplet: D7, 7E and 87. RGB value is (215,126,135). Sum of RGB (Red+Green+Blue) = 215+126+135=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E87 is #288178. Grayscale: #999999. Windows color (decimal): -2654585 or 8879831. OLE color: 8879831.
HSL color Cylindrical-coordinate representation of color #D77E87: hue angle of 353.93º 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 #D77E87 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 135 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.16 |
| HSL | 353.93º | 0.53% | 0.67% | - |
| HSV(B) | 353.93º | 0.41% | 0.84% | - |
| XYZ | 39.86 | 31.12 | 26.83 | - |
| YUV | 153.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 135 | 0 | 0.41 | 0.37 | 0.16 | 353.93 | 0.53 | 0.67 |
| Hex | D7 | 7E | 87 | 0 | 29 | 25 | 10 | 162 | 35 | 43 |
| Octal | 327 | 176 | 207 | 0 | 51 | 45 | 20 | 542 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10000111 | 0 | 101001 | 100101 | 10000 | 101100010 | 110101 | 1000011 |
Color Harmonies of #D77E87
Complementary color
Monochromatic Colors of #D77E87
Black with #D77E87
Text Example
Text Example
White with #D77E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E87; }
p { color: rgb(215,126,135); }
H1.HeaderClassName
{
color: #D77E87;
}
.AnyTagClassName
{
color: #D77E87;
}
</style>
background-color css
<style>
a { background-color: #D77E87; }
a { background-color: rgb(215,126,135); }
div.DivClassName
{
background-color: #D77E87;
}
.BgClassName
{
background-color: #D77E87;
}
</style>
border-color css
<style>
span { border-color: #D77E87; }
span { border-color: rgb(215,126,135); }
td.TdClassName
{
border-color: #D77E87;
}
.TagClassName
{
border-color: #D77E87;
}
</style>