Shades of Copper #D78A6E
Tints of Copper #D78A6E
RGB
CMYK
RGB Variations
Color information
#D78A6E (or 0xD78A6E) is known color: Copper. HEX triplet: D7, 8A and 6E. RGB value is (215,138,110). Sum of RGB (Red+Green+Blue) = 215+138+110=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A6E is #287591. Grayscale: #9E9E9E. Windows color (decimal): -2651538 or 7244503. OLE color: 7244503.
HSL color Cylindrical-coordinate representation of color #D78A6E: hue angle of 16º 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 #D78A6E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 110 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.16 |
| HSL | 16º | 0.57% | 0.64% | - |
| HSV(B) | 16º | 0.49% | 0.84% | - |
| XYZ | 39.93 | 33.75 | 19.16 | - |
| YUV | 157.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 110 | 0 | 0.36 | 0.49 | 0.16 | 16 | 0.57 | 0.64 |
| Hex | D7 | 8A | 6E | 0 | 24 | 31 | 10 | 10 | 39 | 40 |
| Octal | 327 | 212 | 156 | 0 | 44 | 61 | 20 | 20 | 71 | 100 |
| Binary | 11010111 | 10001010 | 1101110 | 0 | 100100 | 110001 | 10000 | 10000 | 111001 | 1000000 |
Color Harmonies of #D78A6E
Complementary color
Monochromatic Colors of #D78A6E
Black with #D78A6E
Text Example
Text Example
White with #D78A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A6E; }
p { color: rgb(215,138,110); }
H1.HeaderClassName
{
color: #D78A6E;
}
.AnyTagClassName
{
color: #D78A6E;
}
</style>
background-color css
<style>
a { background-color: #D78A6E; }
a { background-color: rgb(215,138,110); }
div.DivClassName
{
background-color: #D78A6E;
}
.BgClassName
{
background-color: #D78A6E;
}
</style>
border-color css
<style>
span { border-color: #D78A6E; }
span { border-color: rgb(215,138,110); }
td.TdClassName
{
border-color: #D78A6E;
}
.TagClassName
{
border-color: #D78A6E;
}
</style>