Html Css Color HEX #768B44 Wasabi

📋 copy color: '#768B44'

red 118 ◦ green 139 ◦ blue 68

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

Shades of Wasabi #768B44

Tints of Wasabi #768B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 36.31%
G = 42.77%
B = 20.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#768B44 (or 0x768B44) is known color: Wasabi. HEX triplet: 76, 8B and 44. RGB value is (118,139,68). Sum of RGB (Red+Green+Blue) = 118+139+68=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #768B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B44 is #8974BB. Grayscale: #7C7C7C. Windows color (decimal): -9008316 or 4492150. OLE color: 4492150.

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

Color convert

RGB 118 139 68 -
CMYK 0.15 0 0.51 0.45
HSL 77.75º 0.34% 0.41% -
HSV(B) 77.75º 0.51% 0.55% -
XYZ 17.75 22.73 8.92 -
YUV 124.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 118 139 68 0.15 0 0.51 0.45 77.75 0.34 0.41
Hex 76 8B 44 F 0 33 2D 4E 22 29
Octal 166 213 104 17 0 63 55 116 42 51
Binary 1110110 10001011 1000100 1111 0 110011 101101 1001110 100010 101001

Color Harmonies of #768B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B44

Black with #768B44

Text Example


Text Example

White with #768B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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