Shades of Charm #D77B88
Tints of Charm #D77B88
RGB
CMYK
RGB Variations
Color information
#D77B88 (or 0xD77B88) is known color: Charm. HEX triplet: D7, 7B and 88. RGB value is (215,123,136). Sum of RGB (Red+Green+Blue) = 215+123+136=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B88 is #288477. Grayscale: #989898. Windows color (decimal): -2655352 or 8944599. OLE color: 8944599.
HSL color Cylindrical-coordinate representation of color #D77B88: hue angle of 351.52º 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 #D77B88 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 136 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.16 |
| HSL | 351.52º | 0.53% | 0.66% | - |
| HSV(B) | 351.52º | 0.43% | 0.84% | - |
| XYZ | 39.55 | 30.39 | 27.07 | - |
| YUV | 151.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 136 | 0 | 0.43 | 0.37 | 0.16 | 351.52 | 0.53 | 0.66 |
| Hex | D7 | 7B | 88 | 0 | 2B | 25 | 10 | 160 | 35 | 42 |
| Octal | 327 | 173 | 210 | 0 | 53 | 45 | 20 | 540 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10001000 | 0 | 101011 | 100101 | 10000 | 101100000 | 110101 | 1000010 |
Color Harmonies of #D77B88
Complementary color
Monochromatic Colors of #D77B88
Black with #D77B88
Text Example
Text Example
White with #D77B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B88; }
p { color: rgb(215,123,136); }
H1.HeaderClassName
{
color: #D77B88;
}
.AnyTagClassName
{
color: #D77B88;
}
</style>
background-color css
<style>
a { background-color: #D77B88; }
a { background-color: rgb(215,123,136); }
div.DivClassName
{
background-color: #D77B88;
}
.BgClassName
{
background-color: #D77B88;
}
</style>
border-color css
<style>
span { border-color: #D77B88; }
span { border-color: rgb(215,123,136); }
td.TdClassName
{
border-color: #D77B88;
}
.TagClassName
{
border-color: #D77B88;
}
</style>