Shades of Charm #D7767F
Tints of Charm #D7767F
RGB
CMYK
RGB Variations
Color information
#D7767F (or 0xD7767F) is known color: Charm. HEX triplet: D7, 76 and 7F. RGB value is (215,118,127). Sum of RGB (Red+Green+Blue) = 215+118+127=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7767F is #288980. Grayscale: #949494. Windows color (decimal): -2656641 or 8353495. OLE color: 8353495.
HSL color Cylindrical-coordinate representation of color #D7767F: hue angle of 354.43º 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 #D7767F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 127 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.16 |
| HSL | 354.43º | 0.55% | 0.65% | - |
| HSV(B) | 354.43º | 0.45% | 0.84% | - |
| XYZ | 38.33 | 28.94 | 23.64 | - |
| YUV | 148.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 127 | 0 | 0.45 | 0.41 | 0.16 | 354.43 | 0.55 | 0.65 |
| Hex | D7 | 76 | 7F | 0 | 2D | 29 | 10 | 162 | 37 | 41 |
| Octal | 327 | 166 | 177 | 0 | 55 | 51 | 20 | 542 | 67 | 101 |
| Binary | 11010111 | 1110110 | 1111111 | 0 | 101101 | 101001 | 10000 | 101100010 | 110111 | 1000001 |
Color Harmonies of #D7767F
Complementary color
Monochromatic Colors of #D7767F
Black with #D7767F
Text Example
Text Example
White with #D7767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7767F; }
p { color: rgb(215,118,127); }
H1.HeaderClassName
{
color: #D7767F;
}
.AnyTagClassName
{
color: #D7767F;
}
</style>
background-color css
<style>
a { background-color: #D7767F; }
a { background-color: rgb(215,118,127); }
div.DivClassName
{
background-color: #D7767F;
}
.BgClassName
{
background-color: #D7767F;
}
</style>
border-color css
<style>
span { border-color: #D7767F; }
span { border-color: rgb(215,118,127); }
td.TdClassName
{
border-color: #D7767F;
}
.TagClassName
{
border-color: #D7767F;
}
</style>