Shades of Charm #D77682
Tints of Charm #D77682
RGB
CMYK
RGB Variations
Color information
#D77682 (or 0xD77682) is known color: Charm. HEX triplet: D7, 76 and 82. RGB value is (215,118,130). Sum of RGB (Red+Green+Blue) = 215+118+130=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77682 is #28897D. Grayscale: #949494. Windows color (decimal): -2656638 or 8550103. OLE color: 8550103.
HSL color Cylindrical-coordinate representation of color #D77682: hue angle of 352.58º 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 #D77682 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 130 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.16 |
| HSL | 352.58º | 0.55% | 0.65% | - |
| HSV(B) | 352.58º | 0.45% | 0.84% | - |
| XYZ | 38.53 | 29.02 | 24.69 | - |
| YUV | 148.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 130 | 0 | 0.45 | 0.40 | 0.16 | 352.58 | 0.55 | 0.65 |
| Hex | D7 | 76 | 82 | 0 | 2D | 28 | 10 | 161 | 37 | 41 |
| Octal | 327 | 166 | 202 | 0 | 55 | 50 | 20 | 541 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10000010 | 0 | 101101 | 101000 | 10000 | 101100001 | 110111 | 1000001 |
Color Harmonies of #D77682
Complementary color
Monochromatic Colors of #D77682
Black with #D77682
Text Example
Text Example
White with #D77682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77682; }
p { color: rgb(215,118,130); }
H1.HeaderClassName
{
color: #D77682;
}
.AnyTagClassName
{
color: #D77682;
}
</style>
background-color css
<style>
a { background-color: #D77682; }
a { background-color: rgb(215,118,130); }
div.DivClassName
{
background-color: #D77682;
}
.BgClassName
{
background-color: #D77682;
}
</style>
border-color css
<style>
span { border-color: #D77682; }
span { border-color: rgb(215,118,130); }
td.TdClassName
{
border-color: #D77682;
}
.TagClassName
{
border-color: #D77682;
}
</style>