Html Css Color HEX #748440 Wasabi

📋 copy color: '#748440'

red 116 ◦ green 132 ◦ blue 64

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

Shades of Wasabi #748440

Tints of Wasabi #748440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 37.18%
G = 42.31%
B = 20.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#748440 (or 0x748440) is known color: Wasabi. HEX triplet: 74, 84 and 40. RGB value is (116,132,64). Sum of RGB (Red+Green+Blue) = 116+132+64=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #748440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748440 is #8B7BBF. Grayscale: #777777. Windows color (decimal): -9141184 or 4228212. OLE color: 4228212.

HSL color Cylindrical-coordinate representation of color #748440: hue angle of 74.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #748440 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 64 -
CMYK 0.12 0 0.52 0.48
HSL 74.12º 0.35% 0.38% -
HSV(B) 74.12º 0.52% 0.52% -
XYZ 16.38 20.59 7.96 -
YUV 119.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 116 132 64 0.12 0 0.52 0.48 74.12 0.35 0.38
Hex 74 84 40 C 0 34 30 4A 23 26
Octal 164 204 100 14 0 64 60 112 43 46
Binary 1110100 10000100 1000000 1100 0 110100 110000 1001010 100011 100110

Color Harmonies of #748440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748440

Black with #748440

Text Example


Text Example

White with #748440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748440; }

 p { color: rgb(116,132,64); }

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

background-color css

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

 a { background-color: rgb(116,132,64); }

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

border-color css

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

 span { border-color: rgb(116,132,64); }

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