#778C32

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

Shades of Wasabi #778C32

Tints of Wasabi #778C32

Color information

#778C32 (or 0x778C32) is unknown color: approx Wasabi. HEX triplet: 77, 8C and 32. RGB value is (119,140,50). Sum of RGB (Red+Green+Blue) = 119+140+50=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #778C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C32 is #8873CD. Grayscale: #7B7B7B. Windows color (decimal): -8942542 or 3312759. OLE color: 3312759.

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

Color convert

RGB11914050-
CMYK0.1500.640.45
HSL74º47.37%37.25%-
HSV(B)74º64.29%54.9%-
XYZ17.5622.916.51-
YUV123.4686.54124.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=38.51%
G=45.31%
B=16.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119140500.1500.640.457447.3737.25
Hex778C32F0402D4a2f25
Octal16721462170100551125745
Binary1110111100011001100101111010000001011011001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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