Html Css Color HEX #7E803C Wasabi

📋 copy color: '#7E803C'

red 126 ◦ green 128 ◦ blue 60

#7E803C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #7E803C

Tints of Wasabi #7E803C

RGB

 RED value IS 126 (49.61% from 255) = 40.13%

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 40.13%
G = 40.76%
B = 19.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7E803C (or 0x7E803C) is known color: Wasabi. HEX triplet: 7E, 80 and 3C. RGB value is (126,128,60). Sum of RGB (Red+Green+Blue) = 126+128+60=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #7E803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E803C is #817FC3. Grayscale: #777777. Windows color (decimal): -8486852 or 3965054. OLE color: 3965054.

HSL color Cylindrical-coordinate representation of color #7E803C: hue angle of 61.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E803C is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 126 128 60 -
CMYK 0.02 0 0.53 0.50
HSL 61.76º 0.36% 0.37% -
HSV(B) 61.76º 0.53% 0.5% -
XYZ 17.14 20.2 7.27 -
YUV 119.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 126 128 60 0.02 0 0.53 0.50 61.76 0.36 0.37
Hex 7E 80 3C 2 0 35 32 3E 24 25
Octal 176 200 74 2 0 65 62 76 44 45
Binary 1111110 10000000 111100 10 0 110101 110010 111110 100100 100101

Color Harmonies of #7E803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E803C

Black with #7E803C

Text Example


Text Example

White with #7E803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E803C; }

 p { color: rgb(126,128,60); }

 H1.HeaderClassName
 {
   color: #7E803C;
 }
 .AnyTagClassName
 {
   color: #7E803C;
 }
</style>

background-color css

<style>
 a { background-color: #7E803C; }

 a { background-color: rgb(126,128,60); }

 div.DivClassName
 {
   background-color: #7E803C;
 }
 .BgClassName
 {
   background-color: #7E803C;
 }
</style>

border-color css

<style>
 span { border-color: #7E803C; }

 span { border-color: rgb(126,128,60); }

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