Shades of Charm #D7768A
Tints of Charm #D7768A
RGB
CMYK
RGB Variations
Color information
#D7768A (or 0xD7768A) is known color: Charm. HEX triplet: D7, 76 and 8A. RGB value is (215,118,138). Sum of RGB (Red+Green+Blue) = 215+118+138=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7768A is #288975. Grayscale: #959595. Windows color (decimal): -2656630 or 9074391. OLE color: 9074391.
HSL color Cylindrical-coordinate representation of color #D7768A: hue angle of 347.63º 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 #D7768A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 138 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.16 |
| HSL | 347.63º | 0.55% | 0.65% | - |
| HSV(B) | 347.63º | 0.45% | 0.84% | - |
| XYZ | 39.09 | 29.24 | 27.63 | - |
| YUV | 149.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 138 | 0 | 0.45 | 0.36 | 0.16 | 347.63 | 0.55 | 0.65 |
| Hex | D7 | 76 | 8A | 0 | 2D | 24 | 10 | 15C | 37 | 41 |
| Octal | 327 | 166 | 212 | 0 | 55 | 44 | 20 | 534 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10001010 | 0 | 101101 | 100100 | 10000 | 101011100 | 110111 | 1000001 |
Color Harmonies of #D7768A
Complementary color
Monochromatic Colors of #D7768A
Black with #D7768A
Text Example
Text Example
White with #D7768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7768A; }
p { color: rgb(215,118,138); }
H1.HeaderClassName
{
color: #D7768A;
}
.AnyTagClassName
{
color: #D7768A;
}
</style>
background-color css
<style>
a { background-color: #D7768A; }
a { background-color: rgb(215,118,138); }
div.DivClassName
{
background-color: #D7768A;
}
.BgClassName
{
background-color: #D7768A;
}
</style>
border-color css
<style>
span { border-color: #D7768A; }
span { border-color: rgb(215,118,138); }
td.TdClassName
{
border-color: #D7768A;
}
.TagClassName
{
border-color: #D7768A;
}
</style>