Html Css Color HEX #7E4612 Russet

📋 copy color: '#7E4612'

red 126 ◦ green 70 ◦ blue 18

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

Shades of Russet #7E4612

Tints of Russet #7E4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 58.88%
G = 32.71%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E4612 (or 0x7E4612) is known color: Russet. HEX triplet: 7E, 46 and 12. RGB value is (126,70,18). Sum of RGB (Red+Green+Blue) = 126+70+18=214 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.88% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4612 is #81B9ED. Grayscale: #515151. Windows color (decimal): -8501742 or 1197694. OLE color: 1197694.

HSL color Cylindrical-coordinate representation of color #7E4612: hue angle of 28.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E4612 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 70 18 -
CMYK 0 0.44 0.86 0.51
HSL 28.89º 0.75% 0.28% -
HSV(B) 28.89º 0.86% 0.49% -
XYZ 10.9 8.86 1.71 -
YUV 80.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 126 70 18 0 0.44 0.86 0.51 28.89 0.75 0.28
Hex 7E 46 12 0 2C 56 33 1D 4B 1C
Octal 176 106 22 0 54 126 63 35 113 34
Binary 1111110 1000110 10010 0 101100 1010110 110011 11101 1001011 11100

Color Harmonies of #7E4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4612

Black with #7E4612

Text Example


Text Example

White with #7E4612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,70,18); }

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

background-color css

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

 a { background-color: rgb(126,70,18); }

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

border-color css

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

 span { border-color: rgb(126,70,18); }

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