#777C3F

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

Shades of Wasabi #777C3F

Tints of Wasabi #777C3F

Color information

#777C3F (or 0x777C3F) is unknown color: approx Wasabi. HEX triplet: 77, 7C and 3F. RGB value is (119,124,63). Sum of RGB (Red+Green+Blue) = 119+124+63=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #777C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C3F is #8883C0. Grayscale: #737373. Windows color (decimal): -8946625 or 4160631. OLE color: 4160631.

HSL color Cylindrical-coordinate representation of color #777C3F: hue angle of 64.92º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777C3F is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB11912463-
CMYK0.0400.490.51
HSL64.92º32.62%36.67%-
HSV(B)64.92º49.19%48.63%-
XYZ15.7118.77.48-
YUV115.5598.34130.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 124 (48.83% from 255) = 40.52%
BLUE value IS 63 (25% from 255) = 20.59%
R=38.89%
G=40.52%
B=20.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124630.0400.490.5164.9232.6236.67
Hex777C3F403133412125
Octal167174774061631014145
Binary1110111111110011111110001100011100111000001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C3F; }

 p { color: rgb(119,124,63); }

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

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

 a { background-color: rgb(119,124,63); }

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

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

 span { border-color: rgb(119,124,63); }

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