Html Css Color HEX #747F3B Wasabi

📋 copy color: '#747F3B'

red 116 ◦ green 127 ◦ blue 59

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

Shades of Wasabi #747F3B

Tints of Wasabi #747F3B

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

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

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 38.41%
G = 42.05%
B = 19.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#747F3B (or 0x747F3B) is known color: Wasabi. HEX triplet: 74, 7F and 3B. RGB value is (116,127,59). Sum of RGB (Red+Green+Blue) = 116+127+59=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #747F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F3B is #8B80C4. Grayscale: #747474. Windows color (decimal): -9142469 or 3899252. OLE color: 3899252.

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

Color convert

RGB 116 127 59 -
CMYK 0.09 0 0.54 0.50
HSL 69.71º 0.37% 0.36% -
HSV(B) 69.71º 0.54% 0.5% -
XYZ 15.58 19.21 7.02 -
YUV 115.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 116 127 59 0.09 0 0.54 0.50 69.71 0.37 0.36
Hex 74 7F 3B 9 0 36 32 46 25 24
Octal 164 177 73 11 0 66 62 106 45 44
Binary 1110100 1111111 111011 1001 0 110110 110010 1000110 100101 100100

Color Harmonies of #747F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F3B

Black with #747F3B

Text Example


Text Example

White with #747F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747F3B; }

 p { color: rgb(116,127,59); }

 H1.HeaderClassName
 {
   color: #747F3B;
 }
 .AnyTagClassName
 {
   color: #747F3B;
 }
</style>

background-color css

<style>
 a { background-color: #747F3B; }

 a { background-color: rgb(116,127,59); }

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

border-color css

<style>
 span { border-color: #747F3B; }

 span { border-color: rgb(116,127,59); }

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