Html Css Color HEX #748848 Wasabi

📋 copy color: '#748848'

red 116 ◦ green 136 ◦ blue 72

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

Shades of Wasabi #748848

Tints of Wasabi #748848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

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

R = 35.8%
G = 41.98%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#748848 (or 0x748848) is known color: Wasabi. HEX triplet: 74, 88 and 48. RGB value is (116,136,72). Sum of RGB (Red+Green+Blue) = 116+136+72=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #748848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748848 is #8B77B7. Grayscale: #7A7A7A. Windows color (decimal): -9140152 or 4753524. OLE color: 4753524.

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

Color convert

RGB 116 136 72 -
CMYK 0.15 0 0.47 0.47
HSL 78.75º 0.31% 0.41% -
HSV(B) 78.75º 0.47% 0.53% -
XYZ 17.18 21.79 9.43 -
YUV 122.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 116 136 72 0.15 0 0.47 0.47 78.75 0.31 0.41
Hex 74 88 48 F 0 2F 2F 4F 1F 29
Octal 164 210 110 17 0 57 57 117 37 51
Binary 1110100 10001000 1001000 1111 0 101111 101111 1001111 11111 101001

Color Harmonies of #748848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748848

Black with #748848

Text Example


Text Example

White with #748848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748848; }

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

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

background-color css

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

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

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

border-color css

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

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

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