Html Css Color HEX #76412C Copper Canyon

📋 copy color: '#76412C'

red 118 ◦ green 65 ◦ blue 44

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

Shades of Copper Canyon #76412C

Tints of Copper Canyon #76412C

RGB

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

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

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

R = 51.98%
G = 28.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76412C (or 0x76412C) is known color: Copper Canyon. HEX triplet: 76, 41 and 2C. RGB value is (118,65,44). Sum of RGB (Red+Green+Blue) = 118+65+44=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412C is #89BED3. Grayscale: #4E4E4E. Windows color (decimal): -9027284 or 2900342. OLE color: 2900342.

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

Color convert

RGB 118 65 44 -
CMYK 0 0.45 0.63 0.54
HSL 17.03º 0.46% 0.32% -
HSV(B) 17.03º 0.63% 0.46% -
XYZ 9.82 7.81 3.37 -
YUV 78.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 118 65 44 0 0.45 0.63 0.54 17.03 0.46 0.32
Hex 76 41 2C 0 2D 3F 36 11 2E 20
Octal 166 101 54 0 55 77 66 21 56 40
Binary 1110110 1000001 101100 0 101101 111111 110110 10001 101110 100000

Color Harmonies of #76412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76412C

Black with #76412C

Text Example


Text Example

White with #76412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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