Shades of Charm #D77C87
Tints of Charm #D77C87
RGB
CMYK
RGB Variations
Color information
#D77C87 (or 0xD77C87) is known color: Charm. HEX triplet: D7, 7C and 87. RGB value is (215,124,135). Sum of RGB (Red+Green+Blue) = 215+124+135=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C87 is #288378. Grayscale: #989898. Windows color (decimal): -2655097 or 8879319. OLE color: 8879319.
HSL color Cylindrical-coordinate representation of color #D77C87: hue angle of 352.75º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C87 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 135 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.16 |
| HSL | 352.75º | 0.53% | 0.66% | - |
| HSV(B) | 352.75º | 0.42% | 0.84% | - |
| XYZ | 39.61 | 30.61 | 26.74 | - |
| YUV | 152.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 135 | 0 | 0.42 | 0.37 | 0.16 | 352.75 | 0.53 | 0.66 |
| Hex | D7 | 7C | 87 | 0 | 2A | 25 | 10 | 161 | 35 | 42 |
| Octal | 327 | 174 | 207 | 0 | 52 | 45 | 20 | 541 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10000111 | 0 | 101010 | 100101 | 10000 | 101100001 | 110101 | 1000010 |
Color Harmonies of #D77C87
Complementary color
Monochromatic Colors of #D77C87
Black with #D77C87
Text Example
Text Example
White with #D77C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C87; }
p { color: rgb(215,124,135); }
H1.HeaderClassName
{
color: #D77C87;
}
.AnyTagClassName
{
color: #D77C87;
}
</style>
background-color css
<style>
a { background-color: #D77C87; }
a { background-color: rgb(215,124,135); }
div.DivClassName
{
background-color: #D77C87;
}
.BgClassName
{
background-color: #D77C87;
}
</style>
border-color css
<style>
span { border-color: #D77C87; }
span { border-color: rgb(215,124,135); }
td.TdClassName
{
border-color: #D77C87;
}
.TagClassName
{
border-color: #D77C87;
}
</style>