Shades of Charm #D7768B
Tints of Charm #D7768B
RGB
CMYK
RGB Variations
Color information
#D7768B (or 0xD7768B) is known color: Charm. HEX triplet: D7, 76 and 8B. RGB value is (215,118,139). Sum of RGB (Red+Green+Blue) = 215+118+139=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7768B is #288974. Grayscale: #959595. Windows color (decimal): -2656629 or 9139927. OLE color: 9139927.
HSL color Cylindrical-coordinate representation of color #D7768B: hue angle of 347.01º 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 #D7768B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 139 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.16 |
| HSL | 347.01º | 0.55% | 0.65% | - |
| HSV(B) | 347.01º | 0.45% | 0.84% | - |
| XYZ | 39.16 | 29.27 | 28.01 | - |
| YUV | 149.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 139 | 0 | 0.45 | 0.35 | 0.16 | 347.01 | 0.55 | 0.65 |
| Hex | D7 | 76 | 8B | 0 | 2D | 23 | 10 | 15B | 37 | 41 |
| Octal | 327 | 166 | 213 | 0 | 55 | 43 | 20 | 533 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10001011 | 0 | 101101 | 100011 | 10000 | 101011011 | 110111 | 1000001 |
Color Harmonies of #D7768B
Complementary color
Monochromatic Colors of #D7768B
Black with #D7768B
Text Example
Text Example
White with #D7768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7768B; }
p { color: rgb(215,118,139); }
H1.HeaderClassName
{
color: #D7768B;
}
.AnyTagClassName
{
color: #D7768B;
}
</style>
background-color css
<style>
a { background-color: #D7768B; }
a { background-color: rgb(215,118,139); }
div.DivClassName
{
background-color: #D7768B;
}
.BgClassName
{
background-color: #D7768B;
}
</style>
border-color css
<style>
span { border-color: #D7768B; }
span { border-color: rgb(215,118,139); }
td.TdClassName
{
border-color: #D7768B;
}
.TagClassName
{
border-color: #D7768B;
}
</style>