Shades of Charm #D7788C
Tints of Charm #D7788C
RGB
CMYK
RGB Variations
Color information
#D7788C (or 0xD7788C) is known color: Charm. HEX triplet: D7, 78 and 8C. RGB value is (215,120,140). Sum of RGB (Red+Green+Blue) = 215+120+140=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7788C is #288773. Grayscale: #969696. Windows color (decimal): -2656116 or 9205975. OLE color: 9205975.
HSL color Cylindrical-coordinate representation of color #D7788C: hue angle of 347.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7788C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 140 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.16 |
| HSL | 347.37º | 0.54% | 0.66% | - |
| HSV(B) | 347.37º | 0.44% | 0.84% | - |
| XYZ | 39.47 | 29.77 | 28.48 | - |
| YUV | 150.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 140 | 0 | 0.44 | 0.35 | 0.16 | 347.37 | 0.54 | 0.66 |
| Hex | D7 | 78 | 8C | 0 | 2C | 23 | 10 | 15B | 36 | 42 |
| Octal | 327 | 170 | 214 | 0 | 54 | 43 | 20 | 533 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10001100 | 0 | 101100 | 100011 | 10000 | 101011011 | 110110 | 1000010 |
Color Harmonies of #D7788C
Complementary color
Monochromatic Colors of #D7788C
Black with #D7788C
Text Example
Text Example
White with #D7788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7788C; }
p { color: rgb(215,120,140); }
H1.HeaderClassName
{
color: #D7788C;
}
.AnyTagClassName
{
color: #D7788C;
}
</style>
background-color css
<style>
a { background-color: #D7788C; }
a { background-color: rgb(215,120,140); }
div.DivClassName
{
background-color: #D7788C;
}
.BgClassName
{
background-color: #D7788C;
}
</style>
border-color css
<style>
span { border-color: #D7788C; }
span { border-color: rgb(215,120,140); }
td.TdClassName
{
border-color: #D7788C;
}
.TagClassName
{
border-color: #D7788C;
}
</style>