Html Css Color HEX #748647 Wasabi

📋 copy color: '#748647'

red 116 ◦ green 134 ◦ blue 71

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

Shades of Wasabi #748647

Tints of Wasabi #748647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 36.14%
G = 41.74%
B = 22.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#748647 (or 0x748647) is known color: Wasabi. HEX triplet: 74, 86 and 47. RGB value is (116,134,71). Sum of RGB (Red+Green+Blue) = 116+134+71=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #748647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748647 is #8B79B8. Grayscale: #797979. Windows color (decimal): -9140665 or 4687476. OLE color: 4687476.

HSL color Cylindrical-coordinate representation of color #748647: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748647 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 71 -
CMYK 0.13 0 0.47 0.47
HSL 77.14º 0.31% 0.4% -
HSV(B) 77.14º 0.47% 0.53% -
XYZ 16.86 21.22 9.17 -
YUV 121.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 116 134 71 0.13 0 0.47 0.47 77.14 0.31 0.4
Hex 74 86 47 D 0 2F 2F 4D 1F 28
Octal 164 206 107 15 0 57 57 115 37 50
Binary 1110100 10000110 1000111 1101 0 101111 101111 1001101 11111 101000

Color Harmonies of #748647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748647

Black with #748647

Text Example


Text Example

White with #748647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748647; }

 p { color: rgb(116,134,71); }

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

background-color css

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

 a { background-color: rgb(116,134,71); }

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

border-color css

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

 span { border-color: rgb(116,134,71); }

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