#D7876D

Color #D7876D Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #D7876D

Tints of Copper #D7876D

Color information

#D7876D (or 0xD7876D) is unknown color: approx Copper. HEX triplet: D7, 87 and 6D. RGB value is (215,135,109). Sum of RGB (Red+Green+Blue) = 215+135+109=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7876D is #287892. Grayscale: #9C9C9C. Windows color (decimal): -2652307 or 7178199. OLE color: 7178199.

HSL color Cylindrical-coordinate representation of color #D7876D: hue angle of 14.72º 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 #D7876D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215135109-
CMYK00.370.490.16
HSL14.72º56.99%63.53%-
HSV(B)14.72º49.3%84.31%-
XYZ39.4532.8818.74-
YUV155.96101.5170.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=46.84%
G=29.41%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513510900.370.490.1614.7256.9963.53
HexD7876D0253110f3940
Octal32720715504561201771100
Binary1101011110000111110110101001011100011000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7876D; }

 p { color: rgb(215,135,109); }

 H1.HeaderClassName
 {
   color: #D7876D;
 }
 .AnyTagClassName
 {
   color: #D7876D;
 }
</style>
background-color css

<style>
 a { background-color: #D7876D; }

 a { background-color: rgb(215,135,109); }

 div.DivClassName
 {
   background-color: #D7876D;
 }
 .BgClassName
 {
   background-color: #D7876D;
 }
</style>
border-color css

<style>
 span { border-color: #D7876D; }

 span { border-color: rgb(215,135,109); }

 td.TdClassName
 {
   border-color: #D7876D;
 }
 .TagClassName
 {
   border-color: #D7876D;
 }
</style>