Shades of Charm #D77C92
Tints of Charm #D77C92
RGB
CMYK
RGB Variations
Color information
#D77C92 (or 0xD77C92) is known color: Charm. HEX triplet: D7, 7C and 92. RGB value is (215,124,146). Sum of RGB (Red+Green+Blue) = 215+124+146=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C92 is #28836D. Grayscale: #999999. Windows color (decimal): -2655086 or 9600215. OLE color: 9600215.
HSL color Cylindrical-coordinate representation of color #D77C92: hue angle of 345.49º 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 #D77C92 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 146 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.16 |
| HSL | 345.49º | 0.53% | 0.66% | - |
| HSV(B) | 345.49º | 0.42% | 0.84% | - |
| XYZ | 40.42 | 30.94 | 31.04 | - |
| YUV | 153.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 146 | 0 | 0.42 | 0.32 | 0.16 | 345.49 | 0.53 | 0.66 |
| Hex | D7 | 7C | 92 | 0 | 2A | 20 | 10 | 159 | 35 | 42 |
| Octal | 327 | 174 | 222 | 0 | 52 | 40 | 20 | 531 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10010010 | 0 | 101010 | 100000 | 10000 | 101011001 | 110101 | 1000010 |
Color Harmonies of #D77C92
Complementary color
Monochromatic Colors of #D77C92
Black with #D77C92
Text Example
Text Example
White with #D77C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C92; }
p { color: rgb(215,124,146); }
H1.HeaderClassName
{
color: #D77C92;
}
.AnyTagClassName
{
color: #D77C92;
}
</style>
background-color css
<style>
a { background-color: #D77C92; }
a { background-color: rgb(215,124,146); }
div.DivClassName
{
background-color: #D77C92;
}
.BgClassName
{
background-color: #D77C92;
}
</style>
border-color css
<style>
span { border-color: #D77C92; }
span { border-color: rgb(215,124,146); }
td.TdClassName
{
border-color: #D77C92;
}
.TagClassName
{
border-color: #D77C92;
}
</style>