Html Css Color HEX #78402D Copper Canyon

📋 copy color: '#78402D'

red 120 ◦ green 64 ◦ blue 45

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

Shades of Copper Canyon #78402D

Tints of Copper Canyon #78402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 52.4%
G = 27.95%
B = 19.65%

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

#78402D (or 0x78402D) is known color: Copper Canyon. HEX triplet: 78, 40 and 2D. RGB value is (120,64,45). Sum of RGB (Red+Green+Blue) = 120+64+45=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78402D is #87BFD2. Grayscale: #4E4E4E. Windows color (decimal): -8896467 or 2965624. OLE color: 2965624.

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

Color convert

RGB 120 64 45 -
CMYK 0 0.47 0.63 0.53
HSL 15.2º 0.45% 0.32% -
HSV(B) 15.2º 0.63% 0.47% -
XYZ 10.05 7.85 3.47 -
YUV 78.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 120 64 45 0 0.47 0.63 0.53 15.2 0.45 0.32
Hex 78 40 2D 0 2F 3F 35 F 2D 20
Octal 170 100 55 0 57 77 65 17 55 40
Binary 1111000 1000000 101101 0 101111 111111 110101 1111 101101 100000

Color Harmonies of #78402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78402D

Black with #78402D

Text Example


Text Example

White with #78402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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