Html Css Color HEX #7E8537 Wasabi

📋 copy color: '#7E8537'

red 126 ◦ green 133 ◦ blue 55

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

Shades of Wasabi #7E8537

Tints of Wasabi #7E8537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 40.13%
G = 42.36%
B = 17.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#7E8537 (or 0x7E8537) is known color: Wasabi. HEX triplet: 7E, 85 and 37. RGB value is (126,133,55). Sum of RGB (Red+Green+Blue) = 126+133+55=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8537 is #817AC8. Grayscale: #7A7A7A. Windows color (decimal): -8485577 or 3638654. OLE color: 3638654.

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

Color convert

RGB 126 133 55 -
CMYK 0.05 0 0.59 0.48
HSL 65.38º 0.41% 0.37% -
HSV(B) 65.38º 0.59% 0.52% -
XYZ 17.68 21.49 6.83 -
YUV 122.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 126 133 55 0.05 0 0.59 0.48 65.38 0.41 0.37
Hex 7E 85 37 5 0 3B 30 41 29 25
Octal 176 205 67 5 0 73 60 101 51 45
Binary 1111110 10000101 110111 101 0 111011 110000 1000001 101001 100101

Color Harmonies of #7E8537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8537

Black with #7E8537

Text Example


Text Example

White with #7E8537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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