Html Css Color HEX #76863C Wasabi

📋 copy color: '#76863C'

red 118 ◦ green 134 ◦ blue 60

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

Shades of Wasabi #76863C

Tints of Wasabi #76863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 37.82%
G = 42.95%
B = 19.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#76863C (or 0x76863C) is known color: Wasabi. HEX triplet: 76, 86 and 3C. RGB value is (118,134,60). Sum of RGB (Red+Green+Blue) = 118+134+60=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #76863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76863C is #8979C3. Grayscale: #797979. Windows color (decimal): -9009604 or 3966582. OLE color: 3966582.

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

Color convert

RGB 118 134 60 -
CMYK 0.12 0 0.55 0.47
HSL 72.97º 0.38% 0.38% -
HSV(B) 72.97º 0.55% 0.53% -
XYZ 16.81 21.23 7.49 -
YUV 120.78 93.7 126.02 -
System Red Green Blue C M Y K H S L
Decimal 118 134 60 0.12 0 0.55 0.47 72.97 0.38 0.38
Hex 76 86 3C C 0 37 2F 49 26 26
Octal 166 206 74 14 0 67 57 111 46 46
Binary 1110110 10000110 111100 1100 0 110111 101111 1001001 100110 100110

Color Harmonies of #76863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76863C

Black with #76863C

Text Example


Text Example

White with #76863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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