Shades of Copper #D78761
Tints of Copper #D78761
RGB
CMYK
RGB Variations
Color information
#D78761 (or 0xD78761) is known color: Copper. HEX triplet: D7, 87 and 61. RGB value is (215,135,97). Sum of RGB (Red+Green+Blue) = 215+135+97=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78761 is #28789E. Grayscale: #9A9A9A. Windows color (decimal): -2652319 or 6391767. OLE color: 6391767.
HSL color Cylindrical-coordinate representation of color #D78761: hue angle of 19.32º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D78761 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 97 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.16 |
| HSL | 19.32º | 0.6% | 0.61% | - |
| HSV(B) | 19.32º | 0.55% | 0.84% | - |
| XYZ | 38.85 | 32.64 | 15.56 | - |
| YUV | 154.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 97 | 0 | 0.37 | 0.55 | 0.16 | 19.32 | 0.6 | 0.61 |
| Hex | D7 | 87 | 61 | 0 | 25 | 37 | 10 | 13 | 3C | 3D |
| Octal | 327 | 207 | 141 | 0 | 45 | 67 | 20 | 23 | 74 | 75 |
| Binary | 11010111 | 10000111 | 1100001 | 0 | 100101 | 110111 | 10000 | 10011 | 111100 | 111101 |
Color Harmonies of #D78761
Complementary color
Monochromatic Colors of #D78761
Black with #D78761
Text Example
Text Example
White with #D78761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78761; }
p { color: rgb(215,135,97); }
H1.HeaderClassName
{
color: #D78761;
}
.AnyTagClassName
{
color: #D78761;
}
</style>
background-color css
<style>
a { background-color: #D78761; }
a { background-color: rgb(215,135,97); }
div.DivClassName
{
background-color: #D78761;
}
.BgClassName
{
background-color: #D78761;
}
</style>
border-color css
<style>
span { border-color: #D78761; }
span { border-color: rgb(215,135,97); }
td.TdClassName
{
border-color: #D78761;
}
.TagClassName
{
border-color: #D78761;
}
</style>