#767E3F

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

Shades of Wasabi #767E3F

Tints of Wasabi #767E3F

Color information

#767E3F (or 0x767E3F) is unknown color: approx Wasabi. HEX triplet: 76, 7E and 3F. RGB value is (118,126,63). Sum of RGB (Red+Green+Blue) = 118+126+63=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #767E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E3F is #8981C0. Grayscale: #747474. Windows color (decimal): -9011649 or 4161142. OLE color: 4161142.

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

Color convert

RGB11812663-
CMYK0.0600.500.51
HSL67.62º33.33%37.06%-
HSV(B)67.62º50%49.41%-
XYZ15.8319.137.56-
YUV116.4397.85129.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 63 (25% from 255) = 20.52%
R=38.44%
G=41.04%
B=20.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118126630.0600.500.5167.6233.3337.06
Hex767E3F603233442125
Octal166176776062631044145
Binary1110110111111011111111001100101100111000100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767E3F; }

 p { color: rgb(118,126,63); }

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

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

 a { background-color: rgb(118,126,63); }

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

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

 span { border-color: rgb(118,126,63); }

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