Shades of Charm #D77689
Tints of Charm #D77689
RGB
CMYK
RGB Variations
Color information
#D77689 (or 0xD77689) is known color: Charm. HEX triplet: D7, 76 and 89. RGB value is (215,118,137). Sum of RGB (Red+Green+Blue) = 215+118+137=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D77689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77689 is #288976. Grayscale: #959595. Windows color (decimal): -2656631 or 9008855. OLE color: 9008855.
HSL color Cylindrical-coordinate representation of color #D77689: hue angle of 348.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 #D77689 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 137 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.16 |
| HSL | 348.25º | 0.55% | 0.65% | - |
| HSV(B) | 348.25º | 0.45% | 0.84% | - |
| XYZ | 39.02 | 29.21 | 27.25 | - |
| YUV | 149.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 137 | 0 | 0.45 | 0.36 | 0.16 | 348.25 | 0.55 | 0.65 |
| Hex | D7 | 76 | 89 | 0 | 2D | 24 | 10 | 15C | 37 | 41 |
| Octal | 327 | 166 | 211 | 0 | 55 | 44 | 20 | 534 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10001001 | 0 | 101101 | 100100 | 10000 | 101011100 | 110111 | 1000001 |
Color Harmonies of #D77689
Complementary color
Monochromatic Colors of #D77689
Black with #D77689
Text Example
Text Example
White with #D77689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77689; }
p { color: rgb(215,118,137); }
H1.HeaderClassName
{
color: #D77689;
}
.AnyTagClassName
{
color: #D77689;
}
</style>
background-color css
<style>
a { background-color: #D77689; }
a { background-color: rgb(215,118,137); }
div.DivClassName
{
background-color: #D77689;
}
.BgClassName
{
background-color: #D77689;
}
</style>
border-color css
<style>
span { border-color: #D77689; }
span { border-color: rgb(215,118,137); }
td.TdClassName
{
border-color: #D77689;
}
.TagClassName
{
border-color: #D77689;
}
</style>