#77803D

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

Shades of Wasabi #77803D

Tints of Wasabi #77803D

Color information

#77803D (or 0x77803D) is unknown color: approx Wasabi. HEX triplet: 77, 80 and 3D. RGB value is (119,128,61). Sum of RGB (Red+Green+Blue) = 119+128+61=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #77803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77803D is #887FC2. Grayscale: #757575. Windows color (decimal): -8945603 or 4030583. OLE color: 4030583.

HSL color Cylindrical-coordinate representation of color #77803D: hue angle of 68.06º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77803D is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB11912861-
CMYK0.0700.520.50
HSL68.06º35.45%37.06%-
HSV(B)68.06º52.34%50.2%-
XYZ16.1719.77.36-
YUV117.6796.02128.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=38.64%
G=41.56%
B=19.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128610.0700.520.5068.0635.4537.06
Hex77803D703432442325
Octal167200757064621044345
Binary11101111000000011110111101101001100101000100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77803D; }

 p { color: rgb(119,128,61); }

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

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

 a { background-color: rgb(119,128,61); }

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

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

 span { border-color: rgb(119,128,61); }

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