Html Css Color HEX #748B48 Wasabi

📋 copy color: '#748B48'

red 116 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #748B48

Tints of Wasabi #748B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 35.47%
G = 42.51%
B = 22.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#748B48 (or 0x748B48) is known color: Wasabi. HEX triplet: 74, 8B and 48. RGB value is (116,139,72). Sum of RGB (Red+Green+Blue) = 116+139+72=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #748B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B48 is #8B74B7. Grayscale: #7C7C7C. Windows color (decimal): -9139384 or 4754292. OLE color: 4754292.

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

Color convert

RGB 116 139 72 -
CMYK 0.17 0 0.48 0.45
HSL 80.6º 0.32% 0.41% -
HSV(B) 80.6º 0.48% 0.55% -
XYZ 17.6 22.65 9.57 -
YUV 124.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 116 139 72 0.17 0 0.48 0.45 80.6 0.32 0.41
Hex 74 8B 48 11 0 30 2D 51 20 29
Octal 164 213 110 21 0 60 55 121 40 51
Binary 1110100 10001011 1001000 10001 0 110000 101101 1010001 100000 101001

Color Harmonies of #748B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B48

Black with #748B48

Text Example


Text Example

White with #748B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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