Shades of Charm #D77680
Tints of Charm #D77680
RGB
CMYK
RGB Variations
Color information
#D77680 (or 0xD77680) is known color: Charm. HEX triplet: D7, 76 and 80. RGB value is (215,118,128). Sum of RGB (Red+Green+Blue) = 215+118+128=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D77680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77680 is #28897F. Grayscale: #949494. Windows color (decimal): -2656640 or 8419031. OLE color: 8419031.
HSL color Cylindrical-coordinate representation of color #D77680: hue angle of 353.81º 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 #D77680 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 128 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.16 |
| HSL | 353.81º | 0.55% | 0.65% | - |
| HSV(B) | 353.81º | 0.45% | 0.84% | - |
| XYZ | 38.4 | 28.96 | 23.99 | - |
| YUV | 148.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 128 | 0 | 0.45 | 0.40 | 0.16 | 353.81 | 0.55 | 0.65 |
| Hex | D7 | 76 | 80 | 0 | 2D | 28 | 10 | 162 | 37 | 41 |
| Octal | 327 | 166 | 200 | 0 | 55 | 50 | 20 | 542 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10000000 | 0 | 101101 | 101000 | 10000 | 101100010 | 110111 | 1000001 |
Color Harmonies of #D77680
Complementary color
Monochromatic Colors of #D77680
Black with #D77680
Text Example
Text Example
White with #D77680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77680; }
p { color: rgb(215,118,128); }
H1.HeaderClassName
{
color: #D77680;
}
.AnyTagClassName
{
color: #D77680;
}
</style>
background-color css
<style>
a { background-color: #D77680; }
a { background-color: rgb(215,118,128); }
div.DivClassName
{
background-color: #D77680;
}
.BgClassName
{
background-color: #D77680;
}
</style>
border-color css
<style>
span { border-color: #D77680; }
span { border-color: rgb(215,118,128); }
td.TdClassName
{
border-color: #D77680;
}
.TagClassName
{
border-color: #D77680;
}
</style>