Html Css Color HEX #748442 Wasabi

📋 copy color: '#748442'

red 116 ◦ green 132 ◦ blue 66

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

Shades of Wasabi #748442

Tints of Wasabi #748442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 36.94%
G = 42.04%
B = 21.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#748442 (or 0x748442) is known color: Wasabi. HEX triplet: 74, 84 and 42. RGB value is (116,132,66). Sum of RGB (Red+Green+Blue) = 116+132+66=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #748442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748442 is #8B7BBD. Grayscale: #777777. Windows color (decimal): -9141182 or 4359284. OLE color: 4359284.

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

Color convert

RGB 116 132 66 -
CMYK 0.12 0 0.5 0.48
HSL 74.55º 0.33% 0.39% -
HSV(B) 74.55º 0.5% 0.52% -
XYZ 16.44 20.61 8.27 -
YUV 119.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 116 132 66 0.12 0 0.5 0.48 74.55 0.33 0.39
Hex 74 84 42 C 0 32 30 4B 21 27
Octal 164 204 102 14 0 62 60 113 41 47
Binary 1110100 10000100 1000010 1100 0 110010 110000 1001011 100001 100111

Color Harmonies of #748442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748442

Black with #748442

Text Example


Text Example

White with #748442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748442; }

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

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

background-color css

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

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

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

border-color css

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

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

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