Shades of Charm #D77B82
Tints of Charm #D77B82
RGB
CMYK
RGB Variations
Color information
#D77B82 (or 0xD77B82) is known color: Charm. HEX triplet: D7, 7B and 82. RGB value is (215,123,130). Sum of RGB (Red+Green+Blue) = 215+123+130=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B82 is #28847D. Grayscale: #979797. Windows color (decimal): -2655358 or 8551383. OLE color: 8551383.
HSL color Cylindrical-coordinate representation of color #D77B82: hue angle of 355.43º degrees, saturation: 0.53, 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 #D77B82 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 130 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.16 |
| HSL | 355.43º | 0.53% | 0.66% | - |
| HSV(B) | 355.43º | 0.43% | 0.84% | - |
| XYZ | 39.14 | 30.22 | 24.89 | - |
| YUV | 151.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 130 | 0 | 0.43 | 0.40 | 0.16 | 355.43 | 0.53 | 0.66 |
| Hex | D7 | 7B | 82 | 0 | 2B | 28 | 10 | 163 | 35 | 42 |
| Octal | 327 | 173 | 202 | 0 | 53 | 50 | 20 | 543 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10000010 | 0 | 101011 | 101000 | 10000 | 101100011 | 110101 | 1000010 |
Color Harmonies of #D77B82
Complementary color
Monochromatic Colors of #D77B82
Black with #D77B82
Text Example
Text Example
White with #D77B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B82; }
p { color: rgb(215,123,130); }
H1.HeaderClassName
{
color: #D77B82;
}
.AnyTagClassName
{
color: #D77B82;
}
</style>
background-color css
<style>
a { background-color: #D77B82; }
a { background-color: rgb(215,123,130); }
div.DivClassName
{
background-color: #D77B82;
}
.BgClassName
{
background-color: #D77B82;
}
</style>
border-color css
<style>
span { border-color: #D77B82; }
span { border-color: rgb(215,123,130); }
td.TdClassName
{
border-color: #D77B82;
}
.TagClassName
{
border-color: #D77B82;
}
</style>