#7C874A

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

Shades of Wasabi #7C874A

Tints of Wasabi #7C874A

Color information

#7C874A (or 0x7C874A) is unknown color: approx Wasabi. HEX triplet: 7C, 87 and 4A. RGB value is (124,135,74). Sum of RGB (Red+Green+Blue) = 124+135+74=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #7C874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C874A is #8378B5. Grayscale: #7C7C7C. Windows color (decimal): -8616118 or 4884348. OLE color: 4884348.

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

Color convert

RGB12413574-
CMYK0.0800.450.47
HSL70.82º29.19%40.98%-
HSV(B)70.82º45.19%52.94%-
XYZ18.2122.119.79-
YUV124.7699.36127.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=37.24%
G=40.54%
B=22.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124135740.0800.450.4770.8229.1940.98
Hex7C874A802D2F471d29
Octal17420711210055571073551
Binary111110010000111100101010000101101101111100011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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