Html Css Color HEX #76813F Wasabi

📋 copy color: '#76813F'

red 118 ◦ green 129 ◦ blue 63

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

Shades of Wasabi #76813F

Tints of Wasabi #76813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 38.06%
G = 41.61%
B = 20.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#76813F (or 0x76813F) is known color: Wasabi. HEX triplet: 76, 81 and 3F. RGB value is (118,129,63). Sum of RGB (Red+Green+Blue) = 118+129+63=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #76813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76813F is #897EC0. Grayscale: #767676. Windows color (decimal): -9010881 or 4161910. OLE color: 4161910.

HSL color Cylindrical-coordinate representation of color #76813F: hue angle of 70º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76813F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 63 -
CMYK 0.09 0 0.51 0.49
HSL 70º 0.34% 0.38% -
HSV(B) 70º 0.51% 0.51% -
XYZ 16.22 19.91 7.69 -
YUV 118.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 118 129 63 0.09 0 0.51 0.49 70 0.34 0.38
Hex 76 81 3F 9 0 33 31 46 22 26
Octal 166 201 77 11 0 63 61 106 42 46
Binary 1110110 10000001 111111 1001 0 110011 110001 1000110 100010 100110

Color Harmonies of #76813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76813F

Black with #76813F

Text Example


Text Example

White with #76813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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