Shades of Charm #D77885
Tints of Charm #D77885
RGB
CMYK
RGB Variations
Color information
#D77885 (or 0xD77885) is known color: Charm. HEX triplet: D7, 78 and 85. RGB value is (215,120,133). Sum of RGB (Red+Green+Blue) = 215+120+133=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77885 is #28877A. Grayscale: #959595. Windows color (decimal): -2656123 or 8747223. OLE color: 8747223.
HSL color Cylindrical-coordinate representation of color #D77885: hue angle of 351.79º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77885 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 133 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.16 |
| HSL | 351.79º | 0.54% | 0.66% | - |
| HSV(B) | 351.79º | 0.44% | 0.84% | - |
| XYZ | 38.97 | 29.57 | 25.84 | - |
| YUV | 149.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 133 | 0 | 0.44 | 0.38 | 0.16 | 351.79 | 0.54 | 0.66 |
| Hex | D7 | 78 | 85 | 0 | 2C | 26 | 10 | 160 | 36 | 42 |
| Octal | 327 | 170 | 205 | 0 | 54 | 46 | 20 | 540 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10000101 | 0 | 101100 | 100110 | 10000 | 101100000 | 110110 | 1000010 |
Color Harmonies of #D77885
Complementary color
Monochromatic Colors of #D77885
Black with #D77885
Text Example
Text Example
White with #D77885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77885; }
p { color: rgb(215,120,133); }
H1.HeaderClassName
{
color: #D77885;
}
.AnyTagClassName
{
color: #D77885;
}
</style>
background-color css
<style>
a { background-color: #D77885; }
a { background-color: rgb(215,120,133); }
div.DivClassName
{
background-color: #D77885;
}
.BgClassName
{
background-color: #D77885;
}
</style>
border-color css
<style>
span { border-color: #D77885; }
span { border-color: rgb(215,120,133); }
td.TdClassName
{
border-color: #D77885;
}
.TagClassName
{
border-color: #D77885;
}
</style>