Html Css Color HEX #748B47 Wasabi

📋 copy color: '#748B47'

red 116 ◦ green 139 ◦ blue 71

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

Shades of Wasabi #748B47

Tints of Wasabi #748B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.64%

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

R = 35.58%
G = 42.64%
B = 21.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#748B47 (or 0x748B47) is known color: Wasabi. HEX triplet: 74, 8B and 47. RGB value is (116,139,71). Sum of RGB (Red+Green+Blue) = 116+139+71=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #748B47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B47 is #8B74B8. Grayscale: #7C7C7C. Windows color (decimal): -9139385 or 4688756. OLE color: 4688756.

HSL color Cylindrical-coordinate representation of color #748B47: hue angle of 80.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748B47 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 71 -
CMYK 0.17 0 0.49 0.45
HSL 80.29º 0.32% 0.41% -
HSV(B) 80.29º 0.49% 0.55% -
XYZ 17.57 22.63 9.4 -
YUV 124.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 116 139 71 0.17 0 0.49 0.45 80.29 0.32 0.41
Hex 74 8B 47 11 0 31 2D 50 20 29
Octal 164 213 107 21 0 61 55 120 40 51
Binary 1110100 10001011 1000111 10001 0 110001 101101 1010000 100000 101001

Color Harmonies of #748B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B47

Black with #748B47

Text Example


Text Example

White with #748B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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