#7F894A

Color #7F894A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7F894A

Tints of Wasabi #7F894A

Color information

#7F894A (or 0x7F894A) is unknown color: approx Wasabi. HEX triplet: 7F, 89 and 4A. RGB value is (127,137,74). Sum of RGB (Red+Green+Blue) = 127+137+74=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #7F894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F894A is #8076B5. Grayscale: #7F7F7F. Windows color (decimal): -8418998 or 4884863. OLE color: 4884863.

HSL color Cylindrical-coordinate representation of color #7F894A: hue angle of 69.52º 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 #7F894A is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB12713774-
CMYK0.0700.460.46
HSL69.52º29.86%41.37%-
HSV(B)69.52º45.99%53.73%-
XYZ18.9322.99.9-
YUV126.8398.19128.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=37.57%
G=40.53%
B=21.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137740.0700.460.4669.5229.8641.37
Hex7F894A702E2E461e29
Octal1772111127056561063651
Binary11111111000100110010101110101110101110100011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F894A;
 }
 .AnyTagClassName
 {
   color: #7F894A;
 }
</style>
background-color css

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

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

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

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

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

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