Html Css Color HEX #7E894A Wasabi

📋 copy color: '#7E894A'

red 126 ◦ green 137 ◦ blue 74

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

Shades of Wasabi #7E894A

Tints of Wasabi #7E894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 37.39%
G = 40.65%
B = 21.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#7E894A (or 0x7E894A) is known color: Wasabi. HEX triplet: 7E, 89 and 4A. RGB value is (126,137,74). Sum of RGB (Red+Green+Blue) = 126+137+74=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #7E894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E894A is #8176B5. Grayscale: #7E7E7E. Windows color (decimal): -8484534 or 4884862. OLE color: 4884862.

HSL color Cylindrical-coordinate representation of color #7E894A: hue angle of 70.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E894A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 137 74 -
CMYK 0.08 0 0.46 0.46
HSL 70.48º 0.3% 0.41% -
HSV(B) 70.48º 0.46% 0.54% -
XYZ 18.79 22.82 9.89 -
YUV 126.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 126 137 74 0.08 0 0.46 0.46 70.48 0.3 0.41
Hex 7E 89 4A 8 0 2E 2E 46 1E 29
Octal 176 211 112 10 0 56 56 106 36 51
Binary 1111110 10001001 1001010 1000 0 101110 101110 1000110 11110 101001

Color Harmonies of #7E894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E894A

Black with #7E894A

Text Example


Text Example

White with #7E894A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,74); }

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

background-color css

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

 a { background-color: rgb(126,137,74); }

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

border-color css

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

 span { border-color: rgb(126,137,74); }

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