Shades of Charm #D77D85
Tints of Charm #D77D85
RGB
CMYK
RGB Variations
Color information
#D77D85 (or 0xD77D85) is known color: Charm. HEX triplet: D7, 7D and 85. RGB value is (215,125,133). Sum of RGB (Red+Green+Blue) = 215+125+133=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D85 is #28827A. Grayscale: #989898. Windows color (decimal): -2654843 or 8748503. OLE color: 8748503.
HSL color Cylindrical-coordinate representation of color #D77D85: hue angle of 354.67º 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 #D77D85 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 133 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.16 |
| HSL | 354.67º | 0.53% | 0.67% | - |
| HSV(B) | 354.67º | 0.42% | 0.84% | - |
| XYZ | 39.59 | 30.81 | 26.05 | - |
| YUV | 152.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 133 | 0 | 0.42 | 0.38 | 0.16 | 354.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | 85 | 0 | 2A | 26 | 10 | 163 | 35 | 43 |
| Octal | 327 | 175 | 205 | 0 | 52 | 46 | 20 | 543 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10000101 | 0 | 101010 | 100110 | 10000 | 101100011 | 110101 | 1000011 |
Color Harmonies of #D77D85
Complementary color
Monochromatic Colors of #D77D85
Black with #D77D85
Text Example
Text Example
White with #D77D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D85; }
p { color: rgb(215,125,133); }
H1.HeaderClassName
{
color: #D77D85;
}
.AnyTagClassName
{
color: #D77D85;
}
</style>
background-color css
<style>
a { background-color: #D77D85; }
a { background-color: rgb(215,125,133); }
div.DivClassName
{
background-color: #D77D85;
}
.BgClassName
{
background-color: #D77D85;
}
</style>
border-color css
<style>
span { border-color: #D77D85; }
span { border-color: rgb(215,125,133); }
td.TdClassName
{
border-color: #D77D85;
}
.TagClassName
{
border-color: #D77D85;
}
</style>