Shades of Charm #D77781
Tints of Charm #D77781
RGB
CMYK
RGB Variations
Color information
#D77781 (or 0xD77781) is known color: Charm. HEX triplet: D7, 77 and 81. RGB value is (215,119,129). Sum of RGB (Red+Green+Blue) = 215+119+129=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77781 is #28887E. Grayscale: #949494. Windows color (decimal): -2656383 or 8484823. OLE color: 8484823.
HSL color Cylindrical-coordinate representation of color #D77781: hue angle of 353.75º 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 #D77781 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 129 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.16 |
| HSL | 353.75º | 0.55% | 0.65% | - |
| HSV(B) | 353.75º | 0.45% | 0.84% | - |
| XYZ | 38.58 | 29.23 | 24.38 | - |
| YUV | 148.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 129 | 0 | 0.45 | 0.4 | 0.16 | 353.75 | 0.55 | 0.65 |
| Hex | D7 | 77 | 81 | 0 | 2D | 28 | 10 | 162 | 37 | 41 |
| Octal | 327 | 167 | 201 | 0 | 55 | 50 | 20 | 542 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10000001 | 0 | 101101 | 101000 | 10000 | 101100010 | 110111 | 1000001 |
Color Harmonies of #D77781
Complementary color
Monochromatic Colors of #D77781
Black with #D77781
Text Example
Text Example
White with #D77781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77781; }
p { color: rgb(215,119,129); }
H1.HeaderClassName
{
color: #D77781;
}
.AnyTagClassName
{
color: #D77781;
}
</style>
background-color css
<style>
a { background-color: #D77781; }
a { background-color: rgb(215,119,129); }
div.DivClassName
{
background-color: #D77781;
}
.BgClassName
{
background-color: #D77781;
}
</style>
border-color css
<style>
span { border-color: #D77781; }
span { border-color: rgb(215,119,129); }
td.TdClassName
{
border-color: #D77781;
}
.TagClassName
{
border-color: #D77781;
}
</style>