Html Css Color HEX #7E440F Russet

📋 copy color: '#7E440F'

red 126 ◦ green 68 ◦ blue 15

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

Shades of Russet #7E440F

Tints of Russet #7E440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 60.29%
G = 32.54%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E440F (or 0x7E440F) is known color: Russet. HEX triplet: 7E, 44 and 0F. RGB value is (126,68,15). Sum of RGB (Red+Green+Blue) = 126+68+15=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E440F is #81BBF0. Grayscale: #4F4F4F. Windows color (decimal): -8502257 or 1000574. OLE color: 1000574.

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

Color convert

RGB 126 68 15 -
CMYK 0 0.46 0.88 0.51
HSL 28.65º 0.79% 0.28% -
HSV(B) 28.65º 0.88% 0.49% -
XYZ 10.76 8.6 1.55 -
YUV 79.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 126 68 15 0 0.46 0.88 0.51 28.65 0.79 0.28
Hex 7E 44 F 0 2E 58 33 1D 4F 1C
Octal 176 104 17 0 56 130 63 35 117 34
Binary 1111110 1000100 1111 0 101110 1011000 110011 11101 1001111 11100

Color Harmonies of #7E440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E440F

Black with #7E440F

Text Example


Text Example

White with #7E440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,68,15); }

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

background-color css

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

 a { background-color: rgb(126,68,15); }

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

border-color css

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

 span { border-color: rgb(126,68,15); }

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