Shades of Charm #D77D81
Tints of Charm #D77D81
RGB
CMYK
RGB Variations
Color information
#D77D81 (or 0xD77D81) is known color: Charm. HEX triplet: D7, 7D and 81. RGB value is (215,125,129). Sum of RGB (Red+Green+Blue) = 215+125+129=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D81 is #28827E. Grayscale: #989898. Windows color (decimal): -2654847 or 8486359. OLE color: 8486359.
HSL color Cylindrical-coordinate representation of color #D77D81: hue angle of 357.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77D81 is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 129 | - |
| CMYK | 0 | 0.42 | 0.4 | 0.16 |
| HSL | 357.33º | 0.53% | 0.67% | - |
| HSV(B) | 357.33º | 0.42% | 0.84% | - |
| XYZ | 39.32 | 30.7 | 24.62 | - |
| YUV | 152.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 129 | 0 | 0.42 | 0.4 | 0.16 | 357.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | 81 | 0 | 2A | 28 | 10 | 165 | 35 | 43 |
| Octal | 327 | 175 | 201 | 0 | 52 | 50 | 20 | 545 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10000001 | 0 | 101010 | 101000 | 10000 | 101100101 | 110101 | 1000011 |
Color Harmonies of #D77D81
Complementary color
Monochromatic Colors of #D77D81
Black with #D77D81
Text Example
Text Example
White with #D77D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D81; }
p { color: rgb(215,125,129); }
H1.HeaderClassName
{
color: #D77D81;
}
.AnyTagClassName
{
color: #D77D81;
}
</style>
background-color css
<style>
a { background-color: #D77D81; }
a { background-color: rgb(215,125,129); }
div.DivClassName
{
background-color: #D77D81;
}
.BgClassName
{
background-color: #D77D81;
}
</style>
border-color css
<style>
span { border-color: #D77D81; }
span { border-color: rgb(215,125,129); }
td.TdClassName
{
border-color: #D77D81;
}
.TagClassName
{
border-color: #D77D81;
}
</style>