Shades of Charm #D76C82
Tints of Charm #D76C82
RGB
CMYK
RGB Variations
Color information
#D76C82 (or 0xD76C82) is known color: Charm. HEX triplet: D7, 6C and 82. RGB value is (215,108,130). Sum of RGB (Red+Green+Blue) = 215+108+130=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C82 is #28937D. Grayscale: #8E8E8E. Windows color (decimal): -2659198 or 8547543. OLE color: 8547543.
HSL color Cylindrical-coordinate representation of color #D76C82: hue angle of 347.66º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C82 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 130 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.16 |
| HSL | 347.66º | 0.57% | 0.63% | - |
| HSV(B) | 347.66º | 0.5% | 0.84% | - |
| XYZ | 37.42 | 26.78 | 24.32 | - |
| YUV | 142.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 130 | 0 | 0.50 | 0.40 | 0.16 | 347.66 | 0.57 | 0.63 |
| Hex | D7 | 6C | 82 | 0 | 32 | 28 | 10 | 15C | 39 | 3F |
| Octal | 327 | 154 | 202 | 0 | 62 | 50 | 20 | 534 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10000010 | 0 | 110010 | 101000 | 10000 | 101011100 | 111001 | 111111 |
Color Harmonies of #D76C82
Complementary color
Monochromatic Colors of #D76C82
Black with #D76C82
Text Example
Text Example
White with #D76C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C82; }
p { color: rgb(215,108,130); }
H1.HeaderClassName
{
color: #D76C82;
}
.AnyTagClassName
{
color: #D76C82;
}
</style>
background-color css
<style>
a { background-color: #D76C82; }
a { background-color: rgb(215,108,130); }
div.DivClassName
{
background-color: #D76C82;
}
.BgClassName
{
background-color: #D76C82;
}
</style>
border-color css
<style>
span { border-color: #D76C82; }
span { border-color: rgb(215,108,130); }
td.TdClassName
{
border-color: #D76C82;
}
.TagClassName
{
border-color: #D76C82;
}
</style>