Shades of Charm #D76F7F
Tints of Charm #D76F7F
RGB
CMYK
RGB Variations
Color information
#D76F7F (or 0xD76F7F) is known color: Charm. HEX triplet: D7, 6F and 7F. RGB value is (215,111,127). Sum of RGB (Red+Green+Blue) = 215+111+127=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F7F is #289080. Grayscale: #8F8F8F. Windows color (decimal): -2658433 or 8351703. OLE color: 8351703.
HSL color Cylindrical-coordinate representation of color #D76F7F: hue angle of 350.77º 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 #D76F7F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 127 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.16 |
| HSL | 350.77º | 0.57% | 0.64% | - |
| HSV(B) | 350.77º | 0.48% | 0.84% | - |
| XYZ | 37.54 | 27.35 | 23.38 | - |
| YUV | 143.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 127 | 0 | 0.48 | 0.41 | 0.16 | 350.77 | 0.57 | 0.64 |
| Hex | D7 | 6F | 7F | 0 | 30 | 29 | 10 | 15F | 39 | 40 |
| Octal | 327 | 157 | 177 | 0 | 60 | 51 | 20 | 537 | 71 | 100 |
| Binary | 11010111 | 1101111 | 1111111 | 0 | 110000 | 101001 | 10000 | 101011111 | 111001 | 1000000 |
Color Harmonies of #D76F7F
Complementary color
Monochromatic Colors of #D76F7F
Black with #D76F7F
Text Example
Text Example
White with #D76F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F7F; }
p { color: rgb(215,111,127); }
H1.HeaderClassName
{
color: #D76F7F;
}
.AnyTagClassName
{
color: #D76F7F;
}
</style>
background-color css
<style>
a { background-color: #D76F7F; }
a { background-color: rgb(215,111,127); }
div.DivClassName
{
background-color: #D76F7F;
}
.BgClassName
{
background-color: #D76F7F;
}
</style>
border-color css
<style>
span { border-color: #D76F7F; }
span { border-color: rgb(215,111,127); }
td.TdClassName
{
border-color: #D76F7F;
}
.TagClassName
{
border-color: #D76F7F;
}
</style>