Shades of Charm #D77A8B
Tints of Charm #D77A8B
RGB
CMYK
RGB Variations
Color information
#D77A8B (or 0xD77A8B) is known color: Charm. HEX triplet: D7, 7A and 8B. RGB value is (215,122,139). Sum of RGB (Red+Green+Blue) = 215+122+139=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A8B is #288574. Grayscale: #979797. Windows color (decimal): -2655605 or 9140951. OLE color: 9140951.
HSL color Cylindrical-coordinate representation of color #D77A8B: hue angle of 349.03º 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 #D77A8B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 139 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.16 |
| HSL | 349.03º | 0.54% | 0.66% | - |
| HSV(B) | 349.03º | 0.43% | 0.84% | - |
| XYZ | 39.64 | 30.23 | 28.17 | - |
| YUV | 151.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 139 | 0 | 0.43 | 0.35 | 0.16 | 349.03 | 0.54 | 0.66 |
| Hex | D7 | 7A | 8B | 0 | 2B | 23 | 10 | 15D | 36 | 42 |
| Octal | 327 | 172 | 213 | 0 | 53 | 43 | 20 | 535 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10001011 | 0 | 101011 | 100011 | 10000 | 101011101 | 110110 | 1000010 |
Color Harmonies of #D77A8B
Complementary color
Monochromatic Colors of #D77A8B
Black with #D77A8B
Text Example
Text Example
White with #D77A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A8B; }
p { color: rgb(215,122,139); }
H1.HeaderClassName
{
color: #D77A8B;
}
.AnyTagClassName
{
color: #D77A8B;
}
</style>
background-color css
<style>
a { background-color: #D77A8B; }
a { background-color: rgb(215,122,139); }
div.DivClassName
{
background-color: #D77A8B;
}
.BgClassName
{
background-color: #D77A8B;
}
</style>
border-color css
<style>
span { border-color: #D77A8B; }
span { border-color: rgb(215,122,139); }
td.TdClassName
{
border-color: #D77A8B;
}
.TagClassName
{
border-color: #D77A8B;
}
</style>