Html Css Color HEX #D78C70 Copper

📋 copy color: '#D78C70'

red 215 ◦ green 140 ◦ blue 112

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

Shades of Copper #D78C70

Tints of Copper #D78C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 46.04%
G = 29.98%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78C70 (or 0xD78C70) is known color: Copper. HEX triplet: D7, 8C and 70. RGB value is (215,140,112). Sum of RGB (Red+Green+Blue) = 215+140+112=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C70 is #28738F. Grayscale: #9F9F9F. Windows color (decimal): -2651024 or 7376087. OLE color: 7376087.

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

Color convert

RGB 215 140 112 -
CMYK 0 0.35 0.48 0.16
HSL 16.31º 0.56% 0.64% -
HSV(B) 16.31º 0.48% 0.84% -
XYZ 40.33 34.37 19.84 -
YUV 159.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 215 140 112 0 0.35 0.48 0.16 16.31 0.56 0.64
Hex D7 8C 70 0 23 30 10 10 38 40
Octal 327 214 160 0 43 60 20 20 70 100
Binary 11010111 10001100 1110000 0 100011 110000 10000 10000 111000 1000000

Color Harmonies of #D78C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C70

Black with #D78C70

Text Example


Text Example

White with #D78C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C70; }

 p { color: rgb(215,140,112); }

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

background-color css

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

 a { background-color: rgb(215,140,112); }

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

border-color css

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

 span { border-color: rgb(215,140,112); }

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