#78402A

Color #78402A Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #78402A

Tints of Copper Canyon #78402A

Color information

#78402A (or 0x78402A) is unknown color: approx Copper Canyon. HEX triplet: 78, 40 and 2A. RGB value is (120,64,42). Sum of RGB (Red+Green+Blue) = 120+64+42=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #78402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78402A is #87BFD5. Grayscale: #4E4E4E. Windows color (decimal): -8896470 or 2769016. OLE color: 2769016.

HSL color Cylindrical-coordinate representation of color #78402A: hue angle of 16.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78402A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1206442-
CMYK00.470.650.53
HSL16.92º48.15%31.76%-
HSV(B)16.92º65%47.06%-
XYZ107.833.17-
YUV78.24107.55157.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=53.10%
G=28.32%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120644200.470.650.5316.9248.1531.76
Hex78402A02F4135113020
Octal1701005205710165216040
Binary111100010000001010100101111100000111010110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78402A; }

 p { color: rgb(120,64,42); }

 H1.HeaderClassName
 {
   color: #78402A;
 }
 .AnyTagClassName
 {
   color: #78402A;
 }
</style>
background-color css

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

 a { background-color: rgb(120,64,42); }

 div.DivClassName
 {
   background-color: #78402A;
 }
 .BgClassName
 {
   background-color: #78402A;
 }
</style>
border-color css

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

 span { border-color: rgb(120,64,42); }

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