Html Css Color HEX #7C4129 Copper Canyon

📋 copy color: '#7C4129'

red 124 ◦ green 65 ◦ blue 41

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

Shades of Copper Canyon #7C4129

Tints of Copper Canyon #7C4129

RGB

 RED value IS 124 (48.83% from 255) = 53.91%

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

 BLUE value IS 41 (16.41% from 255) = 17.83%

R = 53.91%
G = 28.26%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C4129 (or 0x7C4129) is known color: Copper Canyon. HEX triplet: 7C, 41 and 29. RGB value is (124,65,41). Sum of RGB (Red+Green+Blue) = 124+65+41=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4129 is #83BED6. Grayscale: #505050. Windows color (decimal): -8634071 or 2703740. OLE color: 2703740.

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

Color convert

RGB 124 65 41 -
CMYK 0 0.48 0.67 0.51
HSL 17.35º 0.5% 0.32% -
HSV(B) 17.35º 0.67% 0.49% -
XYZ 10.6 8.23 3.13 -
YUV 79.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 124 65 41 0 0.48 0.67 0.51 17.35 0.5 0.32
Hex 7C 41 29 0 30 43 33 11 32 20
Octal 174 101 51 0 60 103 63 21 62 40
Binary 1111100 1000001 101001 0 110000 1000011 110011 10001 110010 100000

Color Harmonies of #7C4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4129

Black with #7C4129

Text Example


Text Example

White with #7C4129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,41); }

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

background-color css

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

 a { background-color: rgb(124,65,41); }

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

border-color css

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

 span { border-color: rgb(124,65,41); }

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