Html Css Color HEX #D78870 Copper

📋 copy color: '#D78870'

red 215 ◦ green 136 ◦ blue 112

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

Shades of Copper #D78870

Tints of Copper #D78870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

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

R = 46.44%
G = 29.37%
B = 24.19%

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

#D78870 (or 0xD78870) is known color: Copper. HEX triplet: D7, 88 and 70. RGB value is (215,136,112). Sum of RGB (Red+Green+Blue) = 215+136+112=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78870 is #28778F. Grayscale: #9D9D9D. Windows color (decimal): -2652048 or 7375063. OLE color: 7375063.

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

Color convert

RGB 215 136 112 -
CMYK 0 0.37 0.48 0.16
HSL 13.98º 0.56% 0.64% -
HSV(B) 13.98º 0.48% 0.84% -
XYZ 39.75 33.23 19.65 -
YUV 156.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 215 136 112 0 0.37 0.48 0.16 13.98 0.56 0.64
Hex D7 88 70 0 25 30 10 E 38 40
Octal 327 210 160 0 45 60 20 16 70 100
Binary 11010111 10001000 1110000 0 100101 110000 10000 1110 111000 1000000

Color Harmonies of #D78870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78870

Black with #D78870

Text Example


Text Example

White with #D78870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78870; }

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

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

background-color css

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

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

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

border-color css

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

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

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