Html Css Color HEX #76412A Copper Canyon

📋 copy color: '#76412A'

red 118 ◦ green 65 ◦ blue 42

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

Shades of Copper Canyon #76412A

Tints of Copper Canyon #76412A

RGB

 RED value IS 118 (46.48% from 255) = 52.44%

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 52.44%
G = 28.89%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76412A (or 0x76412A) is known color: Copper Canyon. HEX triplet: 76, 41 and 2A. RGB value is (118,65,42). Sum of RGB (Red+Green+Blue) = 118+65+42=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412A is #89BED5. Grayscale: #4E4E4E. Windows color (decimal): -9027286 or 2769270. OLE color: 2769270.

HSL color Cylindrical-coordinate representation of color #76412A: hue angle of 18.16º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76412A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 42 -
CMYK 0 0.45 0.64 0.54
HSL 18.16º 0.48% 0.31% -
HSV(B) 18.16º 0.64% 0.46% -
XYZ 9.78 7.8 3.18 -
YUV 78.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 118 65 42 0 0.45 0.64 0.54 18.16 0.48 0.31
Hex 76 41 2A 0 2D 40 36 12 30 1F
Octal 166 101 52 0 55 100 66 22 60 37
Binary 1110110 1000001 101010 0 101101 1000000 110110 10010 110000 11111

Color Harmonies of #76412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76412A

Black with #76412A

Text Example


Text Example

White with #76412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,65,42); }

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

background-color css

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

 a { background-color: rgb(118,65,42); }

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

border-color css

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

 span { border-color: rgb(118,65,42); }

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