Html Css Color HEX #D7876F Copper

📋 copy color: '#D7876F'

red 215 ◦ green 135 ◦ blue 111

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

Shades of Copper #D7876F

Tints of Copper #D7876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 46.64%
G = 29.28%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7876F (or 0xD7876F) is known color: Copper. HEX triplet: D7, 87 and 6F. RGB value is (215,135,111). Sum of RGB (Red+Green+Blue) = 215+135+111=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7876F is #287890. Grayscale: #9C9C9C. Windows color (decimal): -2652305 or 7309271. OLE color: 7309271.

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

Color convert

RGB 215 135 111 -
CMYK 0 0.37 0.48 0.16
HSL 13.85º 0.57% 0.64% -
HSV(B) 13.85º 0.48% 0.84% -
XYZ 39.56 32.92 19.31 -
YUV 156.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 215 135 111 0 0.37 0.48 0.16 13.85 0.57 0.64
Hex D7 87 6F 0 25 30 10 E 39 40
Octal 327 207 157 0 45 60 20 16 71 100
Binary 11010111 10000111 1101111 0 100101 110000 10000 1110 111001 1000000

Color Harmonies of #D7876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7876F

Black with #D7876F

Text Example


Text Example

White with #D7876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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