Shades of Charm #D7788F
Tints of Charm #D7788F
RGB
CMYK
RGB Variations
Color information
#D7788F (or 0xD7788F) is known color: Charm. HEX triplet: D7, 78 and 8F. RGB value is (215,120,143). Sum of RGB (Red+Green+Blue) = 215+120+143=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7788F is #288770. Grayscale: #979797. Windows color (decimal): -2656113 or 9402583. OLE color: 9402583.
HSL color Cylindrical-coordinate representation of color #D7788F: hue angle of 345.47º 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 #D7788F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 143 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.16 |
| HSL | 345.47º | 0.54% | 0.66% | - |
| HSV(B) | 345.47º | 0.44% | 0.84% | - |
| XYZ | 39.7 | 29.86 | 29.66 | - |
| YUV | 151.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 143 | 0 | 0.44 | 0.33 | 0.16 | 345.47 | 0.54 | 0.66 |
| Hex | D7 | 78 | 8F | 0 | 2C | 21 | 10 | 159 | 36 | 42 |
| Octal | 327 | 170 | 217 | 0 | 54 | 41 | 20 | 531 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10001111 | 0 | 101100 | 100001 | 10000 | 101011001 | 110110 | 1000010 |
Color Harmonies of #D7788F
Complementary color
Monochromatic Colors of #D7788F
Black with #D7788F
Text Example
Text Example
White with #D7788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7788F; }
p { color: rgb(215,120,143); }
H1.HeaderClassName
{
color: #D7788F;
}
.AnyTagClassName
{
color: #D7788F;
}
</style>
background-color css
<style>
a { background-color: #D7788F; }
a { background-color: rgb(215,120,143); }
div.DivClassName
{
background-color: #D7788F;
}
.BgClassName
{
background-color: #D7788F;
}
</style>
border-color css
<style>
span { border-color: #D7788F; }
span { border-color: rgb(215,120,143); }
td.TdClassName
{
border-color: #D7788F;
}
.TagClassName
{
border-color: #D7788F;
}
</style>