Html Css Color HEX #D7876C Copper

📋 copy color: '#D7876C'

red 215 ◦ green 135 ◦ blue 108

#D7876C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #D7876C

Tints of Copper #D7876C

RGB

 RED value IS 215 (84.38% from 255) = 46.94%

 GREEN value IS 135 (53.13% from 255) = 29.48%

 BLUE value IS 108 (42.58% from 255) = 23.58%

R = 46.94%
G = 29.48%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7876C (or 0xD7876C) is known color: Copper. HEX triplet: D7, 87 and 6C. RGB value is (215,135,108). Sum of RGB (Red+Green+Blue) = 215+135+108=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7876C is #287893. Grayscale: #9C9C9C. Windows color (decimal): -2652308 or 7112663. OLE color: 7112663.

HSL color Cylindrical-coordinate representation of color #D7876C: hue angle of 15.14º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7876C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 108 -
CMYK 0 0.37 0.50 0.16
HSL 15.14º 0.57% 0.63% -
HSV(B) 15.14º 0.5% 0.84% -
XYZ 39.4 32.86 18.45 -
YUV 155.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 215 135 108 0 0.37 0.50 0.16 15.14 0.57 0.63
Hex D7 87 6C 0 25 32 10 F 39 3F
Octal 327 207 154 0 45 62 20 17 71 77
Binary 11010111 10000111 1101100 0 100101 110010 10000 1111 111001 111111

Color Harmonies of #D7876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7876C

Black with #D7876C

Text Example


Text Example

White with #D7876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7876C; }

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

 H1.HeaderClassName
 {
   color: #D7876C;
 }
 .AnyTagClassName
 {
   color: #D7876C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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