#778742

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

Shades of Wasabi #778742

Tints of Wasabi #778742

Color information

#778742 (or 0x778742) is unknown color: approx Wasabi. HEX triplet: 77, 87 and 42. RGB value is (119,135,66). Sum of RGB (Red+Green+Blue) = 119+135+66=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #778742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778742 is #8878BD. Grayscale: #7A7A7A. Windows color (decimal): -8943806 or 4360055. OLE color: 4360055.

HSL color Cylindrical-coordinate representation of color #778742: hue angle of 73.91º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778742 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB11913566-
CMYK0.1200.510.47
HSL73.91º34.33%39.41%-
HSV(B)73.91º51.11%52.94%-
XYZ17.2621.648.42-
YUV122.3596.2125.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=37.19%
G=42.19%
B=20.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135660.1200.510.4773.9134.3339.41
Hex778742C0332F4a2227
Octal16720710214063571124247
Binary1110111100001111000010110001100111011111001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778742; }

 p { color: rgb(119,135,66); }

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

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

 a { background-color: rgb(119,135,66); }

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

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

 span { border-color: rgb(119,135,66); }

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