Html Css Color HEX #7E853C Wasabi

📋 copy color: '#7E853C'

red 126 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #7E853C

Tints of Wasabi #7E853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 39.5%
G = 41.69%
B = 18.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#7E853C (or 0x7E853C) is known color: Wasabi. HEX triplet: 7E, 85 and 3C. RGB value is (126,133,60). Sum of RGB (Red+Green+Blue) = 126+133+60=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #7E853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E853C is #817AC3. Grayscale: #7A7A7A. Windows color (decimal): -8485572 or 3966334. OLE color: 3966334.

HSL color Cylindrical-coordinate representation of color #7E853C: hue angle of 65.75º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E853C is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 133 60 -
CMYK 0.05 0 0.55 0.48
HSL 65.75º 0.38% 0.38% -
HSV(B) 65.75º 0.55% 0.52% -
XYZ 17.81 21.54 7.49 -
YUV 122.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 126 133 60 0.05 0 0.55 0.48 65.75 0.38 0.38
Hex 7E 85 3C 5 0 37 30 42 26 26
Octal 176 205 74 5 0 67 60 102 46 46
Binary 1111110 10000101 111100 101 0 110111 110000 1000010 100110 100110

Color Harmonies of #7E853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E853C

Black with #7E853C

Text Example


Text Example

White with #7E853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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