#76863F

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

Shades of Wasabi #76863F

Tints of Wasabi #76863F

Color information

#76863F (or 0x76863F) is unknown color: approx Wasabi. HEX triplet: 76, 86 and 3F. RGB value is (118,134,63). Sum of RGB (Red+Green+Blue) = 118+134+63=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #76863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76863F is #8979C0. Grayscale: #797979. Windows color (decimal): -9009601 or 4163190. OLE color: 4163190.

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

Color convert

RGB11813463-
CMYK0.1200.530.47
HSL73.52º36.04%38.63%-
HSV(B)73.52º52.99%52.55%-
XYZ16.8921.267.92-
YUV121.1295.2125.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 63 (25% from 255) = 20%
R=37.46%
G=42.54%
B=20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134630.1200.530.4773.5236.0438.63
Hex76863FC0352F4a2427
Octal1662067714065571124447
Binary111011010000110111111110001101011011111001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76863F; }

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

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

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

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

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

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

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

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