Shades of Charm #D77B90
Tints of Charm #D77B90
RGB
CMYK
RGB Variations
Color information
#D77B90 (or 0xD77B90) is known color: Charm. HEX triplet: D7, 7B and 90. RGB value is (215,123,144). Sum of RGB (Red+Green+Blue) = 215+123+144=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B90 is #28846F. Grayscale: #989898. Windows color (decimal): -2655344 or 9468887. OLE color: 9468887.
HSL color Cylindrical-coordinate representation of color #D77B90: hue angle of 346.3º 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 #D77B90 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 144 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.16 |
| HSL | 346.3º | 0.53% | 0.66% | - |
| HSV(B) | 346.3º | 0.43% | 0.84% | - |
| XYZ | 40.14 | 30.63 | 30.18 | - |
| YUV | 152.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 144 | 0 | 0.43 | 0.33 | 0.16 | 346.3 | 0.53 | 0.66 |
| Hex | D7 | 7B | 90 | 0 | 2B | 21 | 10 | 15A | 35 | 42 |
| Octal | 327 | 173 | 220 | 0 | 53 | 41 | 20 | 532 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10010000 | 0 | 101011 | 100001 | 10000 | 101011010 | 110101 | 1000010 |
Color Harmonies of #D77B90
Complementary color
Monochromatic Colors of #D77B90
Black with #D77B90
Text Example
Text Example
White with #D77B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B90; }
p { color: rgb(215,123,144); }
H1.HeaderClassName
{
color: #D77B90;
}
.AnyTagClassName
{
color: #D77B90;
}
</style>
background-color css
<style>
a { background-color: #D77B90; }
a { background-color: rgb(215,123,144); }
div.DivClassName
{
background-color: #D77B90;
}
.BgClassName
{
background-color: #D77B90;
}
</style>
border-color css
<style>
span { border-color: #D77B90; }
span { border-color: rgb(215,123,144); }
td.TdClassName
{
border-color: #D77B90;
}
.TagClassName
{
border-color: #D77B90;
}
</style>