Shades of Charm #D77685
Tints of Charm #D77685
RGB
CMYK
RGB Variations
Color information
#D77685 (or 0xD77685) is known color: Charm. HEX triplet: D7, 76 and 85. RGB value is (215,118,133). Sum of RGB (Red+Green+Blue) = 215+118+133=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D77685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77685 is #28897A. Grayscale: #949494. Windows color (decimal): -2656635 or 8746711. OLE color: 8746711.
HSL color Cylindrical-coordinate representation of color #D77685: hue angle of 350.72º 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 #D77685 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 133 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.16 |
| HSL | 350.72º | 0.55% | 0.65% | - |
| HSV(B) | 350.72º | 0.45% | 0.84% | - |
| XYZ | 38.74 | 29.1 | 25.77 | - |
| YUV | 148.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 133 | 0 | 0.45 | 0.38 | 0.16 | 350.72 | 0.55 | 0.65 |
| Hex | D7 | 76 | 85 | 0 | 2D | 26 | 10 | 15F | 37 | 41 |
| Octal | 327 | 166 | 205 | 0 | 55 | 46 | 20 | 537 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10000101 | 0 | 101101 | 100110 | 10000 | 101011111 | 110111 | 1000001 |
Color Harmonies of #D77685
Complementary color
Monochromatic Colors of #D77685
Black with #D77685
Text Example
Text Example
White with #D77685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77685; }
p { color: rgb(215,118,133); }
H1.HeaderClassName
{
color: #D77685;
}
.AnyTagClassName
{
color: #D77685;
}
</style>
background-color css
<style>
a { background-color: #D77685; }
a { background-color: rgb(215,118,133); }
div.DivClassName
{
background-color: #D77685;
}
.BgClassName
{
background-color: #D77685;
}
</style>
border-color css
<style>
span { border-color: #D77685; }
span { border-color: rgb(215,118,133); }
td.TdClassName
{
border-color: #D77685;
}
.TagClassName
{
border-color: #D77685;
}
</style>