Html Css Color HEX #D78868 Copper

📋 copy color: '#D78868'

red 215 ◦ green 136 ◦ blue 104

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

Shades of Copper #D78868

Tints of Copper #D78868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.86%

R = 47.25%
G = 29.89%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D78868 (or 0xD78868) is known color: Copper. HEX triplet: D7, 88 and 68. RGB value is (215,136,104). Sum of RGB (Red+Green+Blue) = 215+136+104=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D78868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78868 is #287797. Grayscale: #9C9C9C. Windows color (decimal): -2652056 or 6850775. OLE color: 6850775.

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

Color convert

RGB 215 136 104 -
CMYK 0 0.37 0.52 0.16
HSL 17.3º 0.58% 0.63% -
HSV(B) 17.3º 0.52% 0.84% -
XYZ 39.33 33.05 17.4 -
YUV 155.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 215 136 104 0 0.37 0.52 0.16 17.3 0.58 0.63
Hex D7 88 68 0 25 34 10 11 3A 3F
Octal 327 210 150 0 45 64 20 21 72 77
Binary 11010111 10001000 1101000 0 100101 110100 10000 10001 111010 111111

Color Harmonies of #D78868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78868

Black with #D78868

Text Example


Text Example

White with #D78868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78868; }

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

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

background-color css

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

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

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

border-color css

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

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

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