Html Css Color HEX #76853C Wasabi

📋 copy color: '#76853C'

red 118 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #76853C

Tints of Wasabi #76853C

RGB

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

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

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

R = 37.94%
G = 42.77%
B = 19.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#76853C (or 0x76853C) is known color: Wasabi. HEX triplet: 76, 85 and 3C. RGB value is (118,133,60). Sum of RGB (Red+Green+Blue) = 118+133+60=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #76853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853C is #897AC3. Grayscale: #787878. Windows color (decimal): -9009860 or 3966326. OLE color: 3966326.

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

Color convert

RGB 118 133 60 -
CMYK 0.11 0 0.55 0.48
HSL 72.33º 0.38% 0.38% -
HSV(B) 72.33º 0.55% 0.52% -
XYZ 16.67 20.95 7.44 -
YUV 120.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 118 133 60 0.11 0 0.55 0.48 72.33 0.38 0.38
Hex 76 85 3C B 0 37 30 48 26 26
Octal 166 205 74 13 0 67 60 110 46 46
Binary 1110110 10000101 111100 1011 0 110111 110000 1001000 100110 100110

Color Harmonies of #76853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76853C

Black with #76853C

Text Example


Text Example

White with #76853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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