Html Css Color HEX #748240 Wasabi

📋 copy color: '#748240'

red 116 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #748240

Tints of Wasabi #748240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 37.42%
G = 41.94%
B = 20.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#748240 (or 0x748240) is known color: Wasabi. HEX triplet: 74, 82 and 40. RGB value is (116,130,64). Sum of RGB (Red+Green+Blue) = 116+130+64=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #748240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748240 is #8B7DBF. Grayscale: #767676. Windows color (decimal): -9141696 or 4227700. OLE color: 4227700.

HSL color Cylindrical-coordinate representation of color #748240: hue angle of 72.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748240 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 64 -
CMYK 0.11 0 0.51 0.49
HSL 72.73º 0.34% 0.38% -
HSV(B) 72.73º 0.51% 0.51% -
XYZ 16.11 20.05 7.87 -
YUV 118.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 116 130 64 0.11 0 0.51 0.49 72.73 0.34 0.38
Hex 74 82 40 B 0 33 31 49 22 26
Octal 164 202 100 13 0 63 61 111 42 46
Binary 1110100 10000010 1000000 1011 0 110011 110001 1001001 100010 100110

Color Harmonies of #748240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748240

Black with #748240

Text Example


Text Example

White with #748240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748240; }

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

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

background-color css

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

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

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

border-color css

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

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

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