Html Css Color HEX #78402C Copper Canyon

📋 copy color: '#78402C'

red 120 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #78402C

Tints of Copper Canyon #78402C

RGB

 RED value IS 120 (47.27% from 255) = 52.63%

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 52.63%
G = 28.07%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78402C (or 0x78402C) is known color: Copper Canyon. HEX triplet: 78, 40 and 2C. RGB value is (120,64,44). Sum of RGB (Red+Green+Blue) = 120+64+44=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78402C is #87BFD3. Grayscale: #4E4E4E. Windows color (decimal): -8896468 or 2900088. OLE color: 2900088.

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

Color convert

RGB 120 64 44 -
CMYK 0 0.47 0.63 0.53
HSL 15.79º 0.46% 0.32% -
HSV(B) 15.79º 0.63% 0.47% -
XYZ 10.03 7.84 3.37 -
YUV 78.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 120 64 44 0 0.47 0.63 0.53 15.79 0.46 0.32
Hex 78 40 2C 0 2F 3F 35 10 2E 20
Octal 170 100 54 0 57 77 65 20 56 40
Binary 1111000 1000000 101100 0 101111 111111 110101 10000 101110 100000

Color Harmonies of #78402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78402C

Black with #78402C

Text Example


Text Example

White with #78402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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