Html Css Color HEX #748243 Wasabi

📋 copy color: '#748243'

red 116 ◦ green 130 ◦ blue 67

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

Shades of Wasabi #748243

Tints of Wasabi #748243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.41%

R = 37.06%
G = 41.53%
B = 21.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#748243 (or 0x748243) is known color: Wasabi. HEX triplet: 74, 82 and 43. RGB value is (116,130,67). Sum of RGB (Red+Green+Blue) = 116+130+67=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #748243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748243 is #8B7DBC. Grayscale: #767676. Windows color (decimal): -9141693 or 4424308. OLE color: 4424308.

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

Color convert

RGB 116 130 67 -
CMYK 0.11 0 0.48 0.49
HSL 73.33º 0.32% 0.39% -
HSV(B) 73.33º 0.48% 0.51% -
XYZ 16.2 20.08 8.33 -
YUV 118.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 116 130 67 0.11 0 0.48 0.49 73.33 0.32 0.39
Hex 74 82 43 B 0 30 31 49 20 27
Octal 164 202 103 13 0 60 61 111 40 47
Binary 1110100 10000010 1000011 1011 0 110000 110001 1001001 100000 100111

Color Harmonies of #748243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748243

Black with #748243

Text Example


Text Example

White with #748243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748243; }

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

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

background-color css

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

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

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

border-color css

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

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

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