Html Css Color HEX #76412B Copper Canyon

📋 copy color: '#76412B'

red 118 ◦ green 65 ◦ blue 43

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

Shades of Copper Canyon #76412B

Tints of Copper Canyon #76412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 52.21%
G = 28.76%
B = 19.03%

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

#76412B (or 0x76412B) is known color: Copper Canyon. HEX triplet: 76, 41 and 2B. RGB value is (118,65,43). Sum of RGB (Red+Green+Blue) = 118+65+43=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412B is #89BED4. Grayscale: #4E4E4E. Windows color (decimal): -9027285 or 2834806. OLE color: 2834806.

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

Color convert

RGB 118 65 43 -
CMYK 0 0.45 0.64 0.54
HSL 17.6º 0.47% 0.32% -
HSV(B) 17.6º 0.64% 0.46% -
XYZ 9.8 7.81 3.28 -
YUV 78.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 118 65 43 0 0.45 0.64 0.54 17.6 0.47 0.32
Hex 76 41 2B 0 2D 40 36 12 2F 20
Octal 166 101 53 0 55 100 66 22 57 40
Binary 1110110 1000001 101011 0 101101 1000000 110110 10010 101111 100000

Color Harmonies of #76412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76412B

Black with #76412B

Text Example


Text Example

White with #76412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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