Shades of Charm #D77D84
Tints of Charm #D77D84
RGB
CMYK
RGB Variations
Color information
#D77D84 (or 0xD77D84) is known color: Charm. HEX triplet: D7, 7D and 84. RGB value is (215,125,132). Sum of RGB (Red+Green+Blue) = 215+125+132=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D84 is #28827B. Grayscale: #989898. Windows color (decimal): -2654844 or 8682967. OLE color: 8682967.
HSL color Cylindrical-coordinate representation of color #D77D84: hue angle of 355.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77D84 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 132 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.16 |
| HSL | 355.33º | 0.53% | 0.67% | - |
| HSV(B) | 355.33º | 0.42% | 0.84% | - |
| XYZ | 39.52 | 30.78 | 25.69 | - |
| YUV | 152.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 132 | 0 | 0.42 | 0.39 | 0.16 | 355.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | 84 | 0 | 2A | 27 | 10 | 163 | 35 | 43 |
| Octal | 327 | 175 | 204 | 0 | 52 | 47 | 20 | 543 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10000100 | 0 | 101010 | 100111 | 10000 | 101100011 | 110101 | 1000011 |
Color Harmonies of #D77D84
Complementary color
Monochromatic Colors of #D77D84
Black with #D77D84
Text Example
Text Example
White with #D77D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D84; }
p { color: rgb(215,125,132); }
H1.HeaderClassName
{
color: #D77D84;
}
.AnyTagClassName
{
color: #D77D84;
}
</style>
background-color css
<style>
a { background-color: #D77D84; }
a { background-color: rgb(215,125,132); }
div.DivClassName
{
background-color: #D77D84;
}
.BgClassName
{
background-color: #D77D84;
}
</style>
border-color css
<style>
span { border-color: #D77D84; }
span { border-color: rgb(215,125,132); }
td.TdClassName
{
border-color: #D77D84;
}
.TagClassName
{
border-color: #D77D84;
}
</style>