Html Css Color HEX #74843E Wasabi

📋 copy color: '#74843E'

red 116 ◦ green 132 ◦ blue 62

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

Shades of Wasabi #74843E

Tints of Wasabi #74843E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 37.42%
G = 42.58%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#74843E (or 0x74843E) is known color: Wasabi. HEX triplet: 74, 84 and 3E. RGB value is (116,132,62). Sum of RGB (Red+Green+Blue) = 116+132+62=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #74843E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74843E is #8B7BC1. Grayscale: #777777. Windows color (decimal): -9141186 or 4097140. OLE color: 4097140.

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

Color convert

RGB 116 132 62 -
CMYK 0.12 0 0.53 0.48
HSL 73.71º 0.36% 0.38% -
HSV(B) 73.71º 0.53% 0.52% -
XYZ 16.32 20.56 7.67 -
YUV 119.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 116 132 62 0.12 0 0.53 0.48 73.71 0.36 0.38
Hex 74 84 3E C 0 35 30 4A 24 26
Octal 164 204 76 14 0 65 60 112 44 46
Binary 1110100 10000100 111110 1100 0 110101 110000 1001010 100100 100110

Color Harmonies of #74843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74843E

Black with #74843E

Text Example


Text Example

White with #74843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74843E; }

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

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

background-color css

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

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

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

border-color css

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

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

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