Html Css Color HEX #D78768 Copper

📋 copy color: '#D78768'

red 215 ◦ green 135 ◦ blue 104

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

Shades of Copper #D78768

Tints of Copper #D78768

RGB

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

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

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

R = 47.36%
G = 29.74%
B = 22.91%

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

#D78768 (or 0xD78768) is known color: Copper. HEX triplet: D7, 87 and 68. RGB value is (215,135,104). Sum of RGB (Red+Green+Blue) = 215+135+104=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D78768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78768 is #287897. Grayscale: #9B9B9B. Windows color (decimal): -2652312 or 6850519. OLE color: 6850519.

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

Color convert

RGB 215 135 104 -
CMYK 0 0.37 0.52 0.16
HSL 16.76º 0.58% 0.63% -
HSV(B) 16.76º 0.52% 0.84% -
XYZ 39.19 32.77 17.36 -
YUV 155.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 215 135 104 0 0.37 0.52 0.16 16.76 0.58 0.63
Hex D7 87 68 0 25 34 10 11 3A 3F
Octal 327 207 150 0 45 64 20 21 72 77
Binary 11010111 10000111 1101000 0 100101 110100 10000 10001 111010 111111

Color Harmonies of #D78768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78768

Black with #D78768

Text Example


Text Example

White with #D78768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78768; }

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

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

background-color css

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

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

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

border-color css

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

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

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