Html Css Color HEX #76873C Wasabi

📋 copy color: '#76873C'

red 118 ◦ green 135 ◦ blue 60

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

Shades of Wasabi #76873C

Tints of Wasabi #76873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.13%

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

R = 37.7%
G = 43.13%
B = 19.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#76873C (or 0x76873C) is known color: Wasabi. HEX triplet: 76, 87 and 3C. RGB value is (118,135,60). Sum of RGB (Red+Green+Blue) = 118+135+60=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #76873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76873C is #8978C3. Grayscale: #797979. Windows color (decimal): -9009348 or 3966838. OLE color: 3966838.

HSL color Cylindrical-coordinate representation of color #76873C: hue angle of 73.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76873C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 60 -
CMYK 0.13 0 0.56 0.47
HSL 73.6º 0.38% 0.38% -
HSV(B) 73.6º 0.56% 0.53% -
XYZ 16.95 21.51 7.53 -
YUV 121.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 118 135 60 0.13 0 0.56 0.47 73.6 0.38 0.38
Hex 76 87 3C D 0 38 2F 4A 26 26
Octal 166 207 74 15 0 70 57 112 46 46
Binary 1110110 10000111 111100 1101 0 111000 101111 1001010 100110 100110

Color Harmonies of #76873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76873C

Black with #76873C

Text Example


Text Example

White with #76873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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