Shades of Charm #D77C91
Tints of Charm #D77C91
RGB
CMYK
RGB Variations
Color information
#D77C91 (or 0xD77C91) is known color: Charm. HEX triplet: D7, 7C and 91. RGB value is (215,124,145). Sum of RGB (Red+Green+Blue) = 215+124+145=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C91 is #28836E. Grayscale: #999999. Windows color (decimal): -2655087 or 9534679. OLE color: 9534679.
HSL color Cylindrical-coordinate representation of color #D77C91: hue angle of 346.15º 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 #D77C91 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 145 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.16 |
| HSL | 346.15º | 0.53% | 0.66% | - |
| HSV(B) | 346.15º | 0.42% | 0.84% | - |
| XYZ | 40.34 | 30.91 | 30.63 | - |
| YUV | 153.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 145 | 0 | 0.42 | 0.33 | 0.16 | 346.15 | 0.53 | 0.66 |
| Hex | D7 | 7C | 91 | 0 | 2A | 21 | 10 | 15A | 35 | 42 |
| Octal | 327 | 174 | 221 | 0 | 52 | 41 | 20 | 532 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10010001 | 0 | 101010 | 100001 | 10000 | 101011010 | 110101 | 1000010 |
Color Harmonies of #D77C91
Complementary color
Monochromatic Colors of #D77C91
Black with #D77C91
Text Example
Text Example
White with #D77C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C91; }
p { color: rgb(215,124,145); }
H1.HeaderClassName
{
color: #D77C91;
}
.AnyTagClassName
{
color: #D77C91;
}
</style>
background-color css
<style>
a { background-color: #D77C91; }
a { background-color: rgb(215,124,145); }
div.DivClassName
{
background-color: #D77C91;
}
.BgClassName
{
background-color: #D77C91;
}
</style>
border-color css
<style>
span { border-color: #D77C91; }
span { border-color: rgb(215,124,145); }
td.TdClassName
{
border-color: #D77C91;
}
.TagClassName
{
border-color: #D77C91;
}
</style>