Shades of Charm #D7778D
Tints of Charm #D7778D
RGB
CMYK
RGB Variations
Color information
#D7778D (or 0xD7778D) is known color: Charm. HEX triplet: D7, 77 and 8D. RGB value is (215,119,141). Sum of RGB (Red+Green+Blue) = 215+119+141=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7778D is #288872. Grayscale: #969696. Windows color (decimal): -2656371 or 9271255. OLE color: 9271255.
HSL color Cylindrical-coordinate representation of color #D7778D: hue angle of 346.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7778D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 141 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.16 |
| HSL | 346.25º | 0.55% | 0.65% | - |
| HSV(B) | 346.25º | 0.45% | 0.84% | - |
| XYZ | 39.43 | 29.56 | 28.83 | - |
| YUV | 150.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 141 | 0 | 0.45 | 0.34 | 0.16 | 346.25 | 0.55 | 0.65 |
| Hex | D7 | 77 | 8D | 0 | 2D | 22 | 10 | 15A | 37 | 41 |
| Octal | 327 | 167 | 215 | 0 | 55 | 42 | 20 | 532 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10001101 | 0 | 101101 | 100010 | 10000 | 101011010 | 110111 | 1000001 |
Color Harmonies of #D7778D
Complementary color
Monochromatic Colors of #D7778D
Black with #D7778D
Text Example
Text Example
White with #D7778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7778D; }
p { color: rgb(215,119,141); }
H1.HeaderClassName
{
color: #D7778D;
}
.AnyTagClassName
{
color: #D7778D;
}
</style>
background-color css
<style>
a { background-color: #D7778D; }
a { background-color: rgb(215,119,141); }
div.DivClassName
{
background-color: #D7778D;
}
.BgClassName
{
background-color: #D7778D;
}
</style>
border-color css
<style>
span { border-color: #D7778D; }
span { border-color: rgb(215,119,141); }
td.TdClassName
{
border-color: #D7778D;
}
.TagClassName
{
border-color: #D7778D;
}
</style>