Html Css Color HEX #7E4123 Copper Canyon

📋 copy color: '#7E4123'

red 126 ◦ green 65 ◦ blue 35

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

Shades of Copper Canyon #7E4123

Tints of Copper Canyon #7E4123

RGB

 RED value IS 126 (49.61% from 255) = 55.75%

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

 BLUE value IS 35 (14.06% from 255) = 15.49%

R = 55.75%
G = 28.76%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E4123 (or 0x7E4123) is known color: Copper Canyon. HEX triplet: 7E, 41 and 23. RGB value is (126,65,35). Sum of RGB (Red+Green+Blue) = 126+65+35=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4123 is #81BEDC. Grayscale: #505050. Windows color (decimal): -8503005 or 2310526. OLE color: 2310526.

HSL color Cylindrical-coordinate representation of color #7E4123: hue angle of 19.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E4123 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 65 35 -
CMYK 0 0.48 0.72 0.51
HSL 19.78º 0.57% 0.32% -
HSV(B) 19.78º 0.72% 0.49% -
XYZ 10.8 8.34 2.63 -
YUV 79.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 126 65 35 0 0.48 0.72 0.51 19.78 0.57 0.32
Hex 7E 41 23 0 30 48 33 14 39 20
Octal 176 101 43 0 60 110 63 24 71 40
Binary 1111110 1000001 100011 0 110000 1001000 110011 10100 111001 100000

Color Harmonies of #7E4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4123

Black with #7E4123

Text Example


Text Example

White with #7E4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E4123; }

 p { color: rgb(126,65,35); }

 H1.HeaderClassName
 {
   color: #7E4123;
 }
 .AnyTagClassName
 {
   color: #7E4123;
 }
</style>

background-color css

<style>
 a { background-color: #7E4123; }

 a { background-color: rgb(126,65,35); }

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

border-color css

<style>
 span { border-color: #7E4123; }

 span { border-color: rgb(126,65,35); }

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