Html Css Color HEX #7C3826 Copper Canyon

📋 copy color: '#7C3826'

red 124 ◦ green 56 ◦ blue 38

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

Shades of Copper Canyon #7C3826

Tints of Copper Canyon #7C3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 56.88%
G = 25.69%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C3826 (or 0x7C3826) is known color: Copper Canyon. HEX triplet: 7C, 38 and 26. RGB value is (124,56,38). Sum of RGB (Red+Green+Blue) = 124+56+38=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3826 is #83C7D9. Grayscale: #4A4A4A. Windows color (decimal): -8636378 or 2504828. OLE color: 2504828.

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

Color convert

RGB 124 56 38 -
CMYK 0 0.55 0.69 0.51
HSL 12.56º 0.53% 0.32% -
HSV(B) 12.56º 0.69% 0.49% -
XYZ 10.08 7.25 2.7 -
YUV 74.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 124 56 38 0 0.55 0.69 0.51 12.56 0.53 0.32
Hex 7C 38 26 0 37 45 33 D 35 20
Octal 174 70 46 0 67 105 63 15 65 40
Binary 1111100 111000 100110 0 110111 1000101 110011 1101 110101 100000

Color Harmonies of #7C3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3826

Black with #7C3826

Text Example


Text Example

White with #7C3826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,38); }

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

background-color css

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

 a { background-color: rgb(124,56,38); }

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

border-color css

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

 span { border-color: rgb(124,56,38); }

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