Html Css Color HEX #747F3A Wasabi

📋 copy color: '#747F3A'

red 116 ◦ green 127 ◦ blue 58

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

Shades of Wasabi #747F3A

Tints of Wasabi #747F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 38.54%
G = 42.19%
B = 19.27%

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

#747F3A (or 0x747F3A) is known color: Wasabi. HEX triplet: 74, 7F and 3A. RGB value is (116,127,58). Sum of RGB (Red+Green+Blue) = 116+127+58=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #747F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F3A is #8B80C5. Grayscale: #747474. Windows color (decimal): -9142470 or 3833716. OLE color: 3833716.

HSL color Cylindrical-coordinate representation of color #747F3A: hue angle of 69.57º 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 #747F3A is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 127 58 -
CMYK 0.09 0 0.54 0.50
HSL 69.57º 0.37% 0.36% -
HSV(B) 69.57º 0.54% 0.5% -
XYZ 15.56 19.2 6.89 -
YUV 115.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 116 127 58 0.09 0 0.54 0.50 69.57 0.37 0.36
Hex 74 7F 3A 9 0 36 32 46 25 24
Octal 164 177 72 11 0 66 62 106 45 44
Binary 1110100 1111111 111010 1001 0 110110 110010 1000110 100101 100100

Color Harmonies of #747F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F3A

Black with #747F3A

Text Example


Text Example

White with #747F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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