Shades of Charm #D77C89
Tints of Charm #D77C89
RGB
CMYK
RGB Variations
Color information
#D77C89 (or 0xD77C89) is known color: Charm. HEX triplet: D7, 7C and 89. RGB value is (215,124,137). Sum of RGB (Red+Green+Blue) = 215+124+137=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C89 is #288376. Grayscale: #989898. Windows color (decimal): -2655095 or 9010391. OLE color: 9010391.
HSL color Cylindrical-coordinate representation of color #D77C89: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C89 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 137 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.16 |
| HSL | 351.43º | 0.53% | 0.66% | - |
| HSV(B) | 351.43º | 0.42% | 0.84% | - |
| XYZ | 39.75 | 30.67 | 27.49 | - |
| YUV | 152.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 137 | 0 | 0.42 | 0.36 | 0.16 | 351.43 | 0.53 | 0.66 |
| Hex | D7 | 7C | 89 | 0 | 2A | 24 | 10 | 15F | 35 | 42 |
| Octal | 327 | 174 | 211 | 0 | 52 | 44 | 20 | 537 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10001001 | 0 | 101010 | 100100 | 10000 | 101011111 | 110101 | 1000010 |
Color Harmonies of #D77C89
Complementary color
Monochromatic Colors of #D77C89
Black with #D77C89
Text Example
Text Example
White with #D77C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C89; }
p { color: rgb(215,124,137); }
H1.HeaderClassName
{
color: #D77C89;
}
.AnyTagClassName
{
color: #D77C89;
}
</style>
background-color css
<style>
a { background-color: #D77C89; }
a { background-color: rgb(215,124,137); }
div.DivClassName
{
background-color: #D77C89;
}
.BgClassName
{
background-color: #D77C89;
}
</style>
border-color css
<style>
span { border-color: #D77C89; }
span { border-color: rgb(215,124,137); }
td.TdClassName
{
border-color: #D77C89;
}
.TagClassName
{
border-color: #D77C89;
}
</style>