#7C8C4A

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

Shades of Wasabi #7C8C4A

Tints of Wasabi #7C8C4A

Color information

#7C8C4A (or 0x7C8C4A) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 4A. RGB value is (124,140,74). Sum of RGB (Red+Green+Blue) = 124+140+74=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C4A is #8373B5. Grayscale: #7F7F7F. Windows color (decimal): -8614838 or 4885628. OLE color: 4885628.

HSL color Cylindrical-coordinate representation of color #7C8C4A: hue angle of 74.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8C4A is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12414074-
CMYK0.1100.470.45
HSL74.55º30.84%41.96%-
HSV(B)74.55º47.14%54.9%-
XYZ18.9323.5410.02-
YUV127.6997.7125.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=36.69%
G=41.42%
B=21.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140740.1100.470.4574.5530.8441.96
Hex7C8C4AB02F2D4b1f2a
Octal17421411213057551133752
Binary111110010001100100101010110101111101101100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,74); }

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

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

 a { background-color: rgb(124,140,74); }

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

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

 span { border-color: rgb(124,140,74); }

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