Html Css Color HEX #7E3F25 Copper Canyon

📋 copy color: '#7E3F25'

red 126 ◦ green 63 ◦ blue 37

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

Shades of Copper Canyon #7E3F25

Tints of Copper Canyon #7E3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 55.75%
G = 27.88%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E3F25 (or 0x7E3F25) is known color: Copper Canyon. HEX triplet: 7E, 3F and 25. RGB value is (126,63,37). Sum of RGB (Red+Green+Blue) = 126+63+37=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3F25 is #81C0DA. Grayscale: #4F4F4F. Windows color (decimal): -8503515 or 2441086. OLE color: 2441086.

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

Color convert

RGB 126 63 37 -
CMYK 0 0.50 0.71 0.51
HSL 17.53º 0.55% 0.32% -
HSV(B) 17.53º 0.71% 0.49% -
XYZ 10.72 8.12 2.75 -
YUV 78.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 126 63 37 0 0.50 0.71 0.51 17.53 0.55 0.32
Hex 7E 3F 25 0 32 47 33 12 37 20
Octal 176 77 45 0 62 107 63 22 67 40
Binary 1111110 111111 100101 0 110010 1000111 110011 10010 110111 100000

Color Harmonies of #7E3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3F25

Black with #7E3F25

Text Example


Text Example

White with #7E3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,63,37); }

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

background-color css

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

 a { background-color: rgb(126,63,37); }

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

border-color css

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

 span { border-color: rgb(126,63,37); }

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