#76853E

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

Shades of Wasabi #76853E

Tints of Wasabi #76853E

Color information

#76853E (or 0x76853E) is unknown color: approx Wasabi. HEX triplet: 76, 85 and 3E. RGB value is (118,133,62). Sum of RGB (Red+Green+Blue) = 118+133+62=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #76853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853E is #897AC1. Grayscale: #787878. Windows color (decimal): -9009858 or 4097398. OLE color: 4097398.

HSL color Cylindrical-coordinate representation of color #76853E: hue angle of 72.68º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76853E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB11813362-
CMYK0.1100.530.48
HSL72.68º36.41%38.24%-
HSV(B)72.68º53.38%52.16%-
XYZ16.7320.977.72-
YUV120.4295.03126.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=37.70%
G=42.49%
B=19.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133620.1100.530.4872.6836.4138.24
Hex76853EB03530492426
Octal1662057613065601114446
Binary111011010000101111110101101101011100001001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76853E; }

 p { color: rgb(118,133,62); }

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

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

 a { background-color: rgb(118,133,62); }

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

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

 span { border-color: rgb(118,133,62); }

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