Html Css Color HEX #7C402C Copper Canyon

📋 copy color: '#7C402C'

red 124 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #7C402C

Tints of Copper Canyon #7C402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 53.45%
G = 27.59%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C402C (or 0x7C402C) is known color: Copper Canyon. HEX triplet: 7C, 40 and 2C. RGB value is (124,64,44). Sum of RGB (Red+Green+Blue) = 124+64+44=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C402C is #83BFD3. Grayscale: #4F4F4F. Windows color (decimal): -8634324 or 2900092. OLE color: 2900092.

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

Color convert

RGB 124 64 44 -
CMYK 0 0.48 0.65 0.51
HSL 15º 0.48% 0.33% -
HSV(B) 15º 0.65% 0.49% -
XYZ 10.6 8.13 3.39 -
YUV 79.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 124 64 44 0 0.48 0.65 0.51 15 0.48 0.33
Hex 7C 40 2C 0 30 41 33 F 30 21
Octal 174 100 54 0 60 101 63 17 60 41
Binary 1111100 1000000 101100 0 110000 1000001 110011 1111 110000 100001

Color Harmonies of #7C402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C402C

Black with #7C402C

Text Example


Text Example

White with #7C402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,44); }

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

background-color css

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

 a { background-color: rgb(124,64,44); }

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

border-color css

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

 span { border-color: rgb(124,64,44); }

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