Shades of Charm #D77E8C
Tints of Charm #D77E8C
RGB
CMYK
RGB Variations
Color information
#D77E8C (or 0xD77E8C) is known color: Charm. HEX triplet: D7, 7E and 8C. RGB value is (215,126,140). Sum of RGB (Red+Green+Blue) = 215+126+140=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E8C is #288173. Grayscale: #9A9A9A. Windows color (decimal): -2654580 or 9207511. OLE color: 9207511.
HSL color Cylindrical-coordinate representation of color #D77E8C: hue angle of 350.56º 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 #D77E8C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 140 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.16 |
| HSL | 350.56º | 0.53% | 0.67% | - |
| HSV(B) | 350.56º | 0.41% | 0.84% | - |
| XYZ | 40.22 | 31.26 | 28.73 | - |
| YUV | 154.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 140 | 0 | 0.41 | 0.35 | 0.16 | 350.56 | 0.53 | 0.67 |
| Hex | D7 | 7E | 8C | 0 | 29 | 23 | 10 | 15F | 35 | 43 |
| Octal | 327 | 176 | 214 | 0 | 51 | 43 | 20 | 537 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10001100 | 0 | 101001 | 100011 | 10000 | 101011111 | 110101 | 1000011 |
Color Harmonies of #D77E8C
Complementary color
Monochromatic Colors of #D77E8C
Black with #D77E8C
Text Example
Text Example
White with #D77E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E8C; }
p { color: rgb(215,126,140); }
H1.HeaderClassName
{
color: #D77E8C;
}
.AnyTagClassName
{
color: #D77E8C;
}
</style>
background-color css
<style>
a { background-color: #D77E8C; }
a { background-color: rgb(215,126,140); }
div.DivClassName
{
background-color: #D77E8C;
}
.BgClassName
{
background-color: #D77E8C;
}
</style>
border-color css
<style>
span { border-color: #D77E8C; }
span { border-color: rgb(215,126,140); }
td.TdClassName
{
border-color: #D77E8C;
}
.TagClassName
{
border-color: #D77E8C;
}
</style>