#7F894B

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

Shades of Wasabi #7F894B

Tints of Wasabi #7F894B

Color information

#7F894B (or 0x7F894B) is unknown color: approx Wasabi. HEX triplet: 7F, 89 and 4B. RGB value is (127,137,75). Sum of RGB (Red+Green+Blue) = 127+137+75=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #7F894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F894B is #8076B4. Grayscale: #7F7F7F. Windows color (decimal): -8418997 or 4950399. OLE color: 4950399.

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

Color convert

RGB12713775-
CMYK0.0700.450.46
HSL69.68º29.25%41.57%-
HSV(B)69.68º45.26%53.73%-
XYZ18.9722.9110.08-
YUV126.9498.69128.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=37.46%
G=40.41%
B=22.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137750.0700.450.4669.6829.2541.57
Hex7F894B702D2E461d2a
Octal1772111137055561063552
Binary11111111000100110010111110101101101110100011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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