Html Css Color HEX #7E894B Wasabi

📋 copy color: '#7E894B'

red 126 ◦ green 137 ◦ blue 75

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

Shades of Wasabi #7E894B

Tints of Wasabi #7E894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 37.28%
G = 40.53%
B = 22.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#7E894B (or 0x7E894B) is known color: Wasabi. HEX triplet: 7E, 89 and 4B. RGB value is (126,137,75). Sum of RGB (Red+Green+Blue) = 126+137+75=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #7E894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E894B is #8176B4. Grayscale: #7E7E7E. Windows color (decimal): -8484533 or 4950398. OLE color: 4950398.

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

Color convert

RGB 126 137 75 -
CMYK 0.08 0 0.45 0.46
HSL 70.65º 0.29% 0.42% -
HSV(B) 70.65º 0.45% 0.54% -
XYZ 18.82 22.83 10.07 -
YUV 126.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 126 137 75 0.08 0 0.45 0.46 70.65 0.29 0.42
Hex 7E 89 4B 8 0 2D 2E 47 1D 2A
Octal 176 211 113 10 0 55 56 107 35 52
Binary 1111110 10001001 1001011 1000 0 101101 101110 1000111 11101 101010

Color Harmonies of #7E894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E894B

Black with #7E894B

Text Example


Text Example

White with #7E894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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