Shades of Charm #D77B87
Tints of Charm #D77B87
RGB
CMYK
RGB Variations
Color information
#D77B87 (or 0xD77B87) is known color: Charm. HEX triplet: D7, 7B and 87. RGB value is (215,123,135). Sum of RGB (Red+Green+Blue) = 215+123+135=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B87 is #288478. Grayscale: #979797. Windows color (decimal): -2655353 or 8879063. OLE color: 8879063.
HSL color Cylindrical-coordinate representation of color #D77B87: hue angle of 352.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77B87 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 135 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.16 |
| HSL | 352.17º | 0.53% | 0.66% | - |
| HSV(B) | 352.17º | 0.43% | 0.84% | - |
| XYZ | 39.48 | 30.36 | 26.7 | - |
| YUV | 151.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 135 | 0 | 0.43 | 0.37 | 0.16 | 352.17 | 0.53 | 0.66 |
| Hex | D7 | 7B | 87 | 0 | 2B | 25 | 10 | 160 | 35 | 42 |
| Octal | 327 | 173 | 207 | 0 | 53 | 45 | 20 | 540 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10000111 | 0 | 101011 | 100101 | 10000 | 101100000 | 110101 | 1000010 |
Color Harmonies of #D77B87
Complementary color
Monochromatic Colors of #D77B87
Black with #D77B87
Text Example
Text Example
White with #D77B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B87; }
p { color: rgb(215,123,135); }
H1.HeaderClassName
{
color: #D77B87;
}
.AnyTagClassName
{
color: #D77B87;
}
</style>
background-color css
<style>
a { background-color: #D77B87; }
a { background-color: rgb(215,123,135); }
div.DivClassName
{
background-color: #D77B87;
}
.BgClassName
{
background-color: #D77B87;
}
</style>
border-color css
<style>
span { border-color: #D77B87; }
span { border-color: rgb(215,123,135); }
td.TdClassName
{
border-color: #D77B87;
}
.TagClassName
{
border-color: #D77B87;
}
</style>