Html Css Color HEX #76863F Wasabi

📋 copy color: '#76863F'

red 118 ◦ green 134 ◦ blue 63

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

Shades of Wasabi #76863F

Tints of Wasabi #76863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 37.46%
G = 42.54%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#76863F (or 0x76863F) is known color: Wasabi. HEX triplet: 76, 86 and 3F. RGB value is (118,134,63). Sum of RGB (Red+Green+Blue) = 118+134+63=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #76863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76863F is #8979C0. Grayscale: #797979. Windows color (decimal): -9009601 or 4163190. OLE color: 4163190.

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

Color convert

RGB 118 134 63 -
CMYK 0.12 0 0.53 0.47
HSL 73.52º 0.36% 0.39% -
HSV(B) 73.52º 0.53% 0.53% -
XYZ 16.89 21.26 7.92 -
YUV 121.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 118 134 63 0.12 0 0.53 0.47 73.52 0.36 0.39
Hex 76 86 3F C 0 35 2F 4A 24 27
Octal 166 206 77 14 0 65 57 112 44 47
Binary 1110110 10000110 111111 1100 0 110101 101111 1001010 100100 100111

Color Harmonies of #76863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76863F

Black with #76863F

Text Example


Text Example

White with #76863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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