Shades of Charm #D77A85
Tints of Charm #D77A85
RGB
CMYK
RGB Variations
Color information
#D77A85 (or 0xD77A85) is known color: Charm. HEX triplet: D7, 7A and 85. RGB value is (215,122,133). Sum of RGB (Red+Green+Blue) = 215+122+133=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A85 is #28857A. Grayscale: #979797. Windows color (decimal): -2655611 or 8747735. OLE color: 8747735.
HSL color Cylindrical-coordinate representation of color #D77A85: hue angle of 352.9º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A85 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 133 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.16 |
| HSL | 352.9º | 0.54% | 0.66% | - |
| HSV(B) | 352.9º | 0.43% | 0.84% | - |
| XYZ | 39.22 | 30.06 | 25.93 | - |
| YUV | 151.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 133 | 0 | 0.43 | 0.38 | 0.16 | 352.9 | 0.54 | 0.66 |
| Hex | D7 | 7A | 85 | 0 | 2B | 26 | 10 | 161 | 36 | 42 |
| Octal | 327 | 172 | 205 | 0 | 53 | 46 | 20 | 541 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10000101 | 0 | 101011 | 100110 | 10000 | 101100001 | 110110 | 1000010 |
Color Harmonies of #D77A85
Complementary color
Monochromatic Colors of #D77A85
Black with #D77A85
Text Example
Text Example
White with #D77A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A85; }
p { color: rgb(215,122,133); }
H1.HeaderClassName
{
color: #D77A85;
}
.AnyTagClassName
{
color: #D77A85;
}
</style>
background-color css
<style>
a { background-color: #D77A85; }
a { background-color: rgb(215,122,133); }
div.DivClassName
{
background-color: #D77A85;
}
.BgClassName
{
background-color: #D77A85;
}
</style>
border-color css
<style>
span { border-color: #D77A85; }
span { border-color: rgb(215,122,133); }
td.TdClassName
{
border-color: #D77A85;
}
.TagClassName
{
border-color: #D77A85;
}
</style>