Shades of Charm #D0777F
Tints of Charm #D0777F
RGB
CMYK
RGB Variations
Color information
#D0777F (or 0xD0777F) is known color: Charm. HEX triplet: D0, 77 and 7F. RGB value is (208,119,127). Sum of RGB (Red+Green+Blue) = 208+119+127=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777F is #2F8880. Grayscale: #929292. Windows color (decimal): -3115137 or 8353744. OLE color: 8353744.
HSL color Cylindrical-coordinate representation of color #D0777F: hue angle of 354.61º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0777F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 127 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.18 |
| HSL | 354.61º | 0.49% | 0.64% | - |
| HSV(B) | 354.61º | 0.43% | 0.82% | - |
| XYZ | 36.44 | 28.14 | 23.59 | - |
| YUV | 146.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 127 | 0 | 0.43 | 0.39 | 0.18 | 354.61 | 0.49 | 0.64 |
| Hex | D0 | 77 | 7F | 0 | 2B | 27 | 12 | 163 | 31 | 40 |
| Octal | 320 | 167 | 177 | 0 | 53 | 47 | 22 | 543 | 61 | 100 |
| Binary | 11010000 | 1110111 | 1111111 | 0 | 101011 | 100111 | 10010 | 101100011 | 110001 | 1000000 |
Color Harmonies of #D0777F
Complementary color
Monochromatic Colors of #D0777F
Black with #D0777F
Text Example
Text Example
White with #D0777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0777F; }
p { color: rgb(208,119,127); }
H1.HeaderClassName
{
color: #D0777F;
}
.AnyTagClassName
{
color: #D0777F;
}
</style>
background-color css
<style>
a { background-color: #D0777F; }
a { background-color: rgb(208,119,127); }
div.DivClassName
{
background-color: #D0777F;
}
.BgClassName
{
background-color: #D0777F;
}
</style>
border-color css
<style>
span { border-color: #D0777F; }
span { border-color: rgb(208,119,127); }
td.TdClassName
{
border-color: #D0777F;
}
.TagClassName
{
border-color: #D0777F;
}
</style>