Html Css Color HEX #748748 Wasabi

📋 copy color: '#748748'

red 116 ◦ green 135 ◦ blue 72

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

Shades of Wasabi #748748

Tints of Wasabi #748748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 35.91%
G = 41.8%
B = 22.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#748748 (or 0x748748) is known color: Wasabi. HEX triplet: 74, 87 and 48. RGB value is (116,135,72). Sum of RGB (Red+Green+Blue) = 116+135+72=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #748748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748748 is #8B78B7. Grayscale: #7A7A7A. Windows color (decimal): -9140408 or 4753268. OLE color: 4753268.

HSL color Cylindrical-coordinate representation of color #748748: hue angle of 78.1º degrees, saturation: 0.3, 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 #748748 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 72 -
CMYK 0.14 0 0.47 0.47
HSL 78.1º 0.3% 0.41% -
HSV(B) 78.1º 0.47% 0.53% -
XYZ 17.04 21.51 9.38 -
YUV 122.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 116 135 72 0.14 0 0.47 0.47 78.1 0.3 0.41
Hex 74 87 48 E 0 2F 2F 4E 1E 29
Octal 164 207 110 16 0 57 57 116 36 51
Binary 1110100 10000111 1001000 1110 0 101111 101111 1001110 11110 101001

Color Harmonies of #748748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748748

Black with #748748

Text Example


Text Example

White with #748748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748748; }

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

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

background-color css

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

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

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

border-color css

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

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

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