Shades of Charm #D77C8C
Tints of Charm #D77C8C
RGB
CMYK
RGB Variations
Color information
#D77C8C (or 0xD77C8C) is known color: Charm. HEX triplet: D7, 7C and 8C. RGB value is (215,124,140). Sum of RGB (Red+Green+Blue) = 215+124+140=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C8C is #288373. Grayscale: #999999. Windows color (decimal): -2655092 or 9206999. OLE color: 9206999.
HSL color Cylindrical-coordinate representation of color #D77C8C: hue angle of 349.45º 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 #D77C8C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 140 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.16 |
| HSL | 349.45º | 0.53% | 0.66% | - |
| HSV(B) | 349.45º | 0.42% | 0.84% | - |
| XYZ | 39.97 | 30.76 | 28.64 | - |
| YUV | 153.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 140 | 0 | 0.42 | 0.35 | 0.16 | 349.45 | 0.53 | 0.66 |
| Hex | D7 | 7C | 8C | 0 | 2A | 23 | 10 | 15D | 35 | 42 |
| Octal | 327 | 174 | 214 | 0 | 52 | 43 | 20 | 535 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10001100 | 0 | 101010 | 100011 | 10000 | 101011101 | 110101 | 1000010 |
Color Harmonies of #D77C8C
Complementary color
Monochromatic Colors of #D77C8C
Black with #D77C8C
Text Example
Text Example
White with #D77C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C8C; }
p { color: rgb(215,124,140); }
H1.HeaderClassName
{
color: #D77C8C;
}
.AnyTagClassName
{
color: #D77C8C;
}
</style>
background-color css
<style>
a { background-color: #D77C8C; }
a { background-color: rgb(215,124,140); }
div.DivClassName
{
background-color: #D77C8C;
}
.BgClassName
{
background-color: #D77C8C;
}
</style>
border-color css
<style>
span { border-color: #D77C8C; }
span { border-color: rgb(215,124,140); }
td.TdClassName
{
border-color: #D77C8C;
}
.TagClassName
{
border-color: #D77C8C;
}
</style>