Html Css Color HEX #76853D Wasabi

📋 copy color: '#76853D'

red 118 ◦ green 133 ◦ blue 61

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

Shades of Wasabi #76853D

Tints of Wasabi #76853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 37.82%
G = 42.63%
B = 19.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#76853D (or 0x76853D) is known color: Wasabi. HEX triplet: 76, 85 and 3D. RGB value is (118,133,61). Sum of RGB (Red+Green+Blue) = 118+133+61=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #76853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853D is #897AC2. Grayscale: #787878. Windows color (decimal): -9009859 or 4031862. OLE color: 4031862.

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

Color convert

RGB 118 133 61 -
CMYK 0.11 0 0.54 0.48
HSL 72.5º 0.37% 0.38% -
HSV(B) 72.5º 0.54% 0.52% -
XYZ 16.7 20.96 7.58 -
YUV 120.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 118 133 61 0.11 0 0.54 0.48 72.5 0.37 0.38
Hex 76 85 3D B 0 36 30 48 25 26
Octal 166 205 75 13 0 66 60 110 45 46
Binary 1110110 10000101 111101 1011 0 110110 110000 1001000 100101 100110

Color Harmonies of #76853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76853D

Black with #76853D

Text Example


Text Example

White with #76853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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