#7C8C4C

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

Shades of Wasabi #7C8C4C

Tints of Wasabi #7C8C4C

Color information

#7C8C4C (or 0x7C8C4C) is unknown color: approx Wasabi. HEX triplet: 7C, 8C and 4C. RGB value is (124,140,76). Sum of RGB (Red+Green+Blue) = 124+140+76=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C4C is #8373B3. Grayscale: #808080. Windows color (decimal): -8614836 or 5016700. OLE color: 5016700.

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

Color convert

RGB12414076-
CMYK0.1100.460.45
HSL75º29.63%42.35%-
HSV(B)75º45.71%54.9%-
XYZ18.9923.5610.38-
YUV127.9298.7125.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=36.47%
G=41.18%
B=22.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140760.1100.460.457529.6342.35
Hex7C8C4CB02E2D4b1e2a
Octal17421411413056551133652
Binary111110010001100100110010110101110101101100101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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