#7C884A

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

Shades of Wasabi #7C884A

Tints of Wasabi #7C884A

Color information

#7C884A (or 0x7C884A) is unknown color: approx Wasabi. HEX triplet: 7C, 88 and 4A. RGB value is (124,136,74). Sum of RGB (Red+Green+Blue) = 124+136+74=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #7C884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C884A is #8377B5. Grayscale: #7D7D7D. Windows color (decimal): -8615862 or 4884604. OLE color: 4884604.

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

Color convert

RGB12413674-
CMYK0.0900.460.47
HSL71.61º29.52%41.18%-
HSV(B)71.61º45.59%53.33%-
XYZ18.3522.399.83-
YUV125.3499.02127.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=37.13%
G=40.72%
B=22.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124136740.0900.460.4771.6129.5241.18
Hex7C884A902E2F481e29
Octal17421011211056571103651
Binary111110010001000100101010010101110101111100100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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