Html Css Color HEX #768B49 Wasabi

📋 copy color: '#768B49'

red 118 ◦ green 139 ◦ blue 73

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

Shades of Wasabi #768B49

Tints of Wasabi #768B49

RGB

 RED value IS 118 (46.48% from 255) = 35.76%

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 35.76%
G = 42.12%
B = 22.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#768B49 (or 0x768B49) is known color: Wasabi. HEX triplet: 76, 8B and 49. RGB value is (118,139,73). Sum of RGB (Red+Green+Blue) = 118+139+73=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #768B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B49 is #8974B6. Grayscale: #7D7D7D. Windows color (decimal): -9008311 or 4819830. OLE color: 4819830.

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

Color convert

RGB 118 139 73 -
CMYK 0.15 0 0.47 0.45
HSL 79.09º 0.31% 0.42% -
HSV(B) 79.09º 0.47% 0.55% -
XYZ 17.91 22.8 9.76 -
YUV 125.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 118 139 73 0.15 0 0.47 0.45 79.09 0.31 0.42
Hex 76 8B 49 F 0 2F 2D 4F 1F 2A
Octal 166 213 111 17 0 57 55 117 37 52
Binary 1110110 10001011 1001001 1111 0 101111 101101 1001111 11111 101010

Color Harmonies of #768B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B49

Black with #768B49

Text Example


Text Example

White with #768B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B49; }

 p { color: rgb(118,139,73); }

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

background-color css

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

 a { background-color: rgb(118,139,73); }

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

border-color css

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

 span { border-color: rgb(118,139,73); }

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