#778C48

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

Shades of Wasabi #778C48

Tints of Wasabi #778C48

Color information

#778C48 (or 0x778C48) is unknown color: approx Wasabi. HEX triplet: 77, 8C and 48. RGB value is (119,140,72). Sum of RGB (Red+Green+Blue) = 119+140+72=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #778C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C48 is #8873B7. Grayscale: #7E7E7E. Windows color (decimal): -8942520 or 4754551. OLE color: 4754551.

HSL color Cylindrical-coordinate representation of color #778C48: hue angle of 78.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #778C48 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB11914072-
CMYK0.1500.490.45
HSL78.53º32.08%41.57%-
HSV(B)78.53º48.57%54.9%-
XYZ18.1623.159.64-
YUV125.9797.54123.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=35.95%
G=42.30%
B=21.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119140720.1500.490.4578.5332.0841.57
Hex778C48F0312D4f202a
Octal16721411017061551174052
Binary1110111100011001001000111101100011011011001111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C48; }

 p { color: rgb(119,140,72); }

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

<style>
 a { background-color: #778C48; }

 a { background-color: rgb(119,140,72); }

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

<style>
 span { border-color: #778C48; }

 span { border-color: rgb(119,140,72); }

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