Html Css Color HEX #78412C Copper Canyon

📋 copy color: '#78412C'

red 120 ◦ green 65 ◦ blue 44

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

Shades of Copper Canyon #78412C

Tints of Copper Canyon #78412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.38%

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

R = 52.4%
G = 28.38%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78412C (or 0x78412C) is known color: Copper Canyon. HEX triplet: 78, 41 and 2C. RGB value is (120,65,44). Sum of RGB (Red+Green+Blue) = 120+65+44=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78412C is #87BED3. Grayscale: #4F4F4F. Windows color (decimal): -8896212 or 2900344. OLE color: 2900344.

HSL color Cylindrical-coordinate representation of color #78412C: hue angle of 16.58º 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 #78412C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 44 -
CMYK 0 0.46 0.63 0.53
HSL 16.58º 0.46% 0.32% -
HSV(B) 16.58º 0.63% 0.47% -
XYZ 10.09 7.96 3.39 -
YUV 79.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 120 65 44 0 0.46 0.63 0.53 16.58 0.46 0.32
Hex 78 41 2C 0 2E 3F 35 11 2E 20
Octal 170 101 54 0 56 77 65 21 56 40
Binary 1111000 1000001 101100 0 101110 111111 110101 10001 101110 100000

Color Harmonies of #78412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78412C

Black with #78412C

Text Example


Text Example

White with #78412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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