Shades of Copper #D78A70
Tints of Copper #D78A70
RGB
CMYK
RGB Variations
Color information
#D78A70 (or 0xD78A70) is known color: Copper. HEX triplet: D7, 8A and 70. RGB value is (215,138,112). Sum of RGB (Red+Green+Blue) = 215+138+112=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A70 is #28758F. Grayscale: #9E9E9E. Windows color (decimal): -2651536 or 7375575. OLE color: 7375575.
HSL color Cylindrical-coordinate representation of color #D78A70: hue angle of 15.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78A70 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 112 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.16 |
| HSL | 15.15º | 0.56% | 0.64% | - |
| HSV(B) | 15.15º | 0.48% | 0.84% | - |
| XYZ | 40.04 | 33.79 | 19.74 | - |
| YUV | 158.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 112 | 0 | 0.36 | 0.48 | 0.16 | 15.15 | 0.56 | 0.64 |
| Hex | D7 | 8A | 70 | 0 | 24 | 30 | 10 | F | 38 | 40 |
| Octal | 327 | 212 | 160 | 0 | 44 | 60 | 20 | 17 | 70 | 100 |
| Binary | 11010111 | 10001010 | 1110000 | 0 | 100100 | 110000 | 10000 | 1111 | 111000 | 1000000 |
Color Harmonies of #D78A70
Complementary color
Monochromatic Colors of #D78A70
Black with #D78A70
Text Example
Text Example
White with #D78A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A70; }
p { color: rgb(215,138,112); }
H1.HeaderClassName
{
color: #D78A70;
}
.AnyTagClassName
{
color: #D78A70;
}
</style>
background-color css
<style>
a { background-color: #D78A70; }
a { background-color: rgb(215,138,112); }
div.DivClassName
{
background-color: #D78A70;
}
.BgClassName
{
background-color: #D78A70;
}
</style>
border-color css
<style>
span { border-color: #D78A70; }
span { border-color: rgb(215,138,112); }
td.TdClassName
{
border-color: #D78A70;
}
.TagClassName
{
border-color: #D78A70;
}
</style>