Html Css Color HEX #748C47 Wasabi

📋 copy color: '#748C47'

red 116 ◦ green 140 ◦ blue 71

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

Shades of Wasabi #748C47

Tints of Wasabi #748C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 35.47%
G = 42.81%
B = 21.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#748C47 (or 0x748C47) is known color: Wasabi. HEX triplet: 74, 8C and 47. RGB value is (116,140,71). Sum of RGB (Red+Green+Blue) = 116+140+71=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #748C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C47 is #8B73B8. Grayscale: #7D7D7D. Windows color (decimal): -9139129 or 4689012. OLE color: 4689012.

HSL color Cylindrical-coordinate representation of color #748C47: hue angle of 80.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748C47 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 71 -
CMYK 0.17 0 0.49 0.45
HSL 80.87º 0.33% 0.41% -
HSV(B) 80.87º 0.49% 0.55% -
XYZ 17.72 22.92 9.45 -
YUV 124.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 116 140 71 0.17 0 0.49 0.45 80.87 0.33 0.41
Hex 74 8C 47 11 0 31 2D 51 21 29
Octal 164 214 107 21 0 61 55 121 41 51
Binary 1110100 10001100 1000111 10001 0 110001 101101 1010001 100001 101001

Color Harmonies of #748C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C47

Black with #748C47

Text Example


Text Example

White with #748C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748C47; }

 p { color: rgb(116,140,71); }

 H1.HeaderClassName
 {
   color: #748C47;
 }
 .AnyTagClassName
 {
   color: #748C47;
 }
</style>

background-color css

<style>
 a { background-color: #748C47; }

 a { background-color: rgb(116,140,71); }

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

border-color css

<style>
 span { border-color: #748C47; }

 span { border-color: rgb(116,140,71); }

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