Html Css Color HEX #757F39 Wasabi

📋 copy color: '#757F39'

red 117 ◦ green 127 ◦ blue 57

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

Shades of Wasabi #757F39

Tints of Wasabi #757F39

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 38.87%
G = 42.19%
B = 18.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#757F39 (or 0x757F39) is known color: Wasabi. HEX triplet: 75, 7F and 39. RGB value is (117,127,57). Sum of RGB (Red+Green+Blue) = 117+127+57=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #757F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757F39 is #8A80C6. Grayscale: #747474. Windows color (decimal): -9076935 or 3768181. OLE color: 3768181.

HSL color Cylindrical-coordinate representation of color #757F39: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #757F39 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 127 57 -
CMYK 0.08 0 0.55 0.50
HSL 68.57º 0.38% 0.36% -
HSV(B) 68.57º 0.55% 0.5% -
XYZ 15.66 19.26 6.76 -
YUV 116.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 117 127 57 0.08 0 0.55 0.50 68.57 0.38 0.36
Hex 75 7F 39 8 0 37 32 45 26 24
Octal 165 177 71 10 0 67 62 105 46 44
Binary 1110101 1111111 111001 1000 0 110111 110010 1000101 100110 100100

Color Harmonies of #757F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F39

Black with #757F39

Text Example


Text Example

White with #757F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,57); }

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

background-color css

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

 a { background-color: rgb(117,127,57); }

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

border-color css

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

 span { border-color: rgb(117,127,57); }

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