Shades of Charm #D77A83
Tints of Charm #D77A83
RGB
CMYK
RGB Variations
Color information
#D77A83 (or 0xD77A83) is known color: Charm. HEX triplet: D7, 7A and 83. RGB value is (215,122,131). Sum of RGB (Red+Green+Blue) = 215+122+131=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A83 is #28857C. Grayscale: #969696. Windows color (decimal): -2655613 or 8616663. OLE color: 8616663.
HSL color Cylindrical-coordinate representation of color #D77A83: hue angle of 354.19º 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 #D77A83 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 131 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.16 |
| HSL | 354.19º | 0.54% | 0.66% | - |
| HSV(B) | 354.19º | 0.43% | 0.84% | - |
| XYZ | 39.08 | 30 | 25.2 | - |
| YUV | 150.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 131 | 0 | 0.43 | 0.39 | 0.16 | 354.19 | 0.54 | 0.66 |
| Hex | D7 | 7A | 83 | 0 | 2B | 27 | 10 | 162 | 36 | 42 |
| Octal | 327 | 172 | 203 | 0 | 53 | 47 | 20 | 542 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10000011 | 0 | 101011 | 100111 | 10000 | 101100010 | 110110 | 1000010 |
Color Harmonies of #D77A83
Complementary color
Monochromatic Colors of #D77A83
Black with #D77A83
Text Example
Text Example
White with #D77A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A83; }
p { color: rgb(215,122,131); }
H1.HeaderClassName
{
color: #D77A83;
}
.AnyTagClassName
{
color: #D77A83;
}
</style>
background-color css
<style>
a { background-color: #D77A83; }
a { background-color: rgb(215,122,131); }
div.DivClassName
{
background-color: #D77A83;
}
.BgClassName
{
background-color: #D77A83;
}
</style>
border-color css
<style>
span { border-color: #D77A83; }
span { border-color: rgb(215,122,131); }
td.TdClassName
{
border-color: #D77A83;
}
.TagClassName
{
border-color: #D77A83;
}
</style>