Shades of Copper #D78B6D
Tints of Copper #D78B6D
RGB
CMYK
RGB Variations
Color information
#D78B6D (or 0xD78B6D) is known color: Copper. HEX triplet: D7, 8B and 6D. RGB value is (215,139,109). Sum of RGB (Red+Green+Blue) = 215+139+109=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B6D is #287492. Grayscale: #9E9E9E. Windows color (decimal): -2651283 or 7179223. OLE color: 7179223.
HSL color Cylindrical-coordinate representation of color #D78B6D: hue angle of 16.98º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D78B6D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 109 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.16 |
| HSL | 16.98º | 0.57% | 0.64% | - |
| HSV(B) | 16.98º | 0.49% | 0.84% | - |
| XYZ | 40.02 | 34.02 | 18.92 | - |
| YUV | 158.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 109 | 0 | 0.35 | 0.49 | 0.16 | 16.98 | 0.57 | 0.64 |
| Hex | D7 | 8B | 6D | 0 | 23 | 31 | 10 | 11 | 39 | 40 |
| Octal | 327 | 213 | 155 | 0 | 43 | 61 | 20 | 21 | 71 | 100 |
| Binary | 11010111 | 10001011 | 1101101 | 0 | 100011 | 110001 | 10000 | 10001 | 111001 | 1000000 |
Color Harmonies of #D78B6D
Complementary color
Monochromatic Colors of #D78B6D
Black with #D78B6D
Text Example
Text Example
White with #D78B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B6D; }
p { color: rgb(215,139,109); }
H1.HeaderClassName
{
color: #D78B6D;
}
.AnyTagClassName
{
color: #D78B6D;
}
</style>
background-color css
<style>
a { background-color: #D78B6D; }
a { background-color: rgb(215,139,109); }
div.DivClassName
{
background-color: #D78B6D;
}
.BgClassName
{
background-color: #D78B6D;
}
</style>
border-color css
<style>
span { border-color: #D78B6D; }
span { border-color: rgb(215,139,109); }
td.TdClassName
{
border-color: #D78B6D;
}
.TagClassName
{
border-color: #D78B6D;
}
</style>