Html Css Color HEX #76863B Wasabi

📋 copy color: '#76863B'

red 118 ◦ green 134 ◦ blue 59

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

Shades of Wasabi #76863B

Tints of Wasabi #76863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 37.94%
G = 43.09%
B = 18.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#76863B (or 0x76863B) is known color: Wasabi. HEX triplet: 76, 86 and 3B. RGB value is (118,134,59). Sum of RGB (Red+Green+Blue) = 118+134+59=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #76863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76863B is #8979C4. Grayscale: #787878. Windows color (decimal): -9009605 or 3901046. OLE color: 3901046.

HSL color Cylindrical-coordinate representation of color #76863B: hue angle of 72.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76863B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 59 -
CMYK 0.12 0 0.56 0.47
HSL 72.8º 0.39% 0.38% -
HSV(B) 72.8º 0.56% 0.53% -
XYZ 16.79 21.22 7.35 -
YUV 120.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 118 134 59 0.12 0 0.56 0.47 72.8 0.39 0.38
Hex 76 86 3B C 0 38 2F 49 27 26
Octal 166 206 73 14 0 70 57 111 47 46
Binary 1110110 10000110 111011 1100 0 111000 101111 1001001 100111 100110

Color Harmonies of #76863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76863B

Black with #76863B

Text Example


Text Example

White with #76863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76863B; }

 p { color: rgb(118,134,59); }

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

background-color css

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

 a { background-color: rgb(118,134,59); }

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

border-color css

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

 span { border-color: rgb(118,134,59); }

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