#778F48

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

Shades of Wasabi #778F48

Tints of Wasabi #778F48

Color information

#778F48 (or 0x778F48) is unknown color: approx Wasabi. HEX triplet: 77, 8F and 48. RGB value is (119,143,72). Sum of RGB (Red+Green+Blue) = 119+143+72=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #778F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F48 is #8870B7. Grayscale: #7F7F7F. Windows color (decimal): -8941752 or 4755319. OLE color: 4755319.

HSL color Cylindrical-coordinate representation of color #778F48: hue angle of 80.28º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778F48 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB11914372-
CMYK0.1700.500.44
HSL80.28º33.02%42.16%-
HSV(B)80.28º49.65%56.08%-
XYZ18.624.039.79-
YUV127.7396.55121.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=35.63%
G=42.81%
B=21.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143720.1700.500.4480.2833.0242.16
Hex778F48110322C50212a
Octal16721711021062541204152
Binary11101111000111110010001000101100101011001010000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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