Html Css Color HEX #76853E Wasabi

📋 copy color: '#76853E'

red 118 ◦ green 133 ◦ blue 62

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

Shades of Wasabi #76853E

Tints of Wasabi #76853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 37.7%
G = 42.49%
B = 19.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#76853E (or 0x76853E) is known color: Wasabi. HEX triplet: 76, 85 and 3E. RGB value is (118,133,62). Sum of RGB (Red+Green+Blue) = 118+133+62=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #76853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853E is #897AC1. Grayscale: #787878. Windows color (decimal): -9009858 or 4097398. OLE color: 4097398.

HSL color Cylindrical-coordinate representation of color #76853E: hue angle of 72.68º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76853E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 62 -
CMYK 0.11 0 0.53 0.48
HSL 72.68º 0.36% 0.38% -
HSV(B) 72.68º 0.53% 0.52% -
XYZ 16.73 20.97 7.72 -
YUV 120.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 118 133 62 0.11 0 0.53 0.48 72.68 0.36 0.38
Hex 76 85 3E B 0 35 30 49 24 26
Octal 166 205 76 13 0 65 60 111 44 46
Binary 1110110 10000101 111110 1011 0 110101 110000 1001001 100100 100110

Color Harmonies of #76853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76853E

Black with #76853E

Text Example


Text Example

White with #76853E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76853E; }

 p { color: rgb(118,133,62); }

 H1.HeaderClassName
 {
   color: #76853E;
 }
 .AnyTagClassName
 {
   color: #76853E;
 }
</style>

background-color css

<style>
 a { background-color: #76853E; }

 a { background-color: rgb(118,133,62); }

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

border-color css

<style>
 span { border-color: #76853E; }

 span { border-color: rgb(118,133,62); }

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