Html Css Color HEX #757E3F Wasabi

📋 copy color: '#757E3F'

red 117 ◦ green 126 ◦ blue 63

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

Shades of Wasabi #757E3F

Tints of Wasabi #757E3F

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 38.24%
G = 41.18%
B = 20.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#757E3F (or 0x757E3F) is known color: Wasabi. HEX triplet: 75, 7E and 3F. RGB value is (117,126,63). Sum of RGB (Red+Green+Blue) = 117+126+63=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #757E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E3F is #8A81C0. Grayscale: #747474. Windows color (decimal): -9077185 or 4161141. OLE color: 4161141.

HSL color Cylindrical-coordinate representation of color #757E3F: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757E3F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 126 63 -
CMYK 0.07 0 0.50 0.51
HSL 68.57º 0.33% 0.37% -
HSV(B) 68.57º 0.5% 0.49% -
XYZ 15.69 19.06 7.55 -
YUV 116.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 117 126 63 0.07 0 0.50 0.51 68.57 0.33 0.37
Hex 75 7E 3F 7 0 32 33 45 21 25
Octal 165 176 77 7 0 62 63 105 41 45
Binary 1110101 1111110 111111 111 0 110010 110011 1000101 100001 100101

Color Harmonies of #757E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E3F

Black with #757E3F

Text Example


Text Example

White with #757E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757E3F; }

 p { color: rgb(117,126,63); }

 H1.HeaderClassName
 {
   color: #757E3F;
 }
 .AnyTagClassName
 {
   color: #757E3F;
 }
</style>

background-color css

<style>
 a { background-color: #757E3F; }

 a { background-color: rgb(117,126,63); }

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

border-color css

<style>
 span { border-color: #757E3F; }

 span { border-color: rgb(117,126,63); }

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