Shades of Charm #D76F82
Tints of Charm #D76F82
RGB
CMYK
RGB Variations
Color information
#D76F82 (or 0xD76F82) is known color: Charm. HEX triplet: D7, 6F and 82. RGB value is (215,111,130). Sum of RGB (Red+Green+Blue) = 215+111+130=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F82 is #28907D. Grayscale: #909090. Windows color (decimal): -2658430 or 8548311. OLE color: 8548311.
HSL color Cylindrical-coordinate representation of color #D76F82: hue angle of 349.04º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F82 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 130 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.16 |
| HSL | 349.04º | 0.57% | 0.64% | - |
| HSV(B) | 349.04º | 0.48% | 0.84% | - |
| XYZ | 37.74 | 27.43 | 24.42 | - |
| YUV | 144.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 130 | 0 | 0.48 | 0.40 | 0.16 | 349.04 | 0.57 | 0.64 |
| Hex | D7 | 6F | 82 | 0 | 30 | 28 | 10 | 15D | 39 | 40 |
| Octal | 327 | 157 | 202 | 0 | 60 | 50 | 20 | 535 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10000010 | 0 | 110000 | 101000 | 10000 | 101011101 | 111001 | 1000000 |
Color Harmonies of #D76F82
Complementary color
Monochromatic Colors of #D76F82
Black with #D76F82
Text Example
Text Example
White with #D76F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F82; }
p { color: rgb(215,111,130); }
H1.HeaderClassName
{
color: #D76F82;
}
.AnyTagClassName
{
color: #D76F82;
}
</style>
background-color css
<style>
a { background-color: #D76F82; }
a { background-color: rgb(215,111,130); }
div.DivClassName
{
background-color: #D76F82;
}
.BgClassName
{
background-color: #D76F82;
}
</style>
border-color css
<style>
span { border-color: #D76F82; }
span { border-color: rgb(215,111,130); }
td.TdClassName
{
border-color: #D76F82;
}
.TagClassName
{
border-color: #D76F82;
}
</style>