#87974C

Color #87974C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #87974C

Tints of Wasabi #87974C

Color information

#87974C (or 0x87974C) is unknown color: approx Wasabi. HEX triplet: 87, 97 and 4C. RGB value is (135,151,76). Sum of RGB (Red+Green+Blue) = 135+151+76=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #87974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87974C is #7868B3. Grayscale: #898989. Windows color (decimal): -7891124 or 5019527. OLE color: 5019527.

HSL color Cylindrical-coordinate representation of color #87974C: hue angle of 72.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87974C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB13515176-
CMYK0.1100.500.41
HSL72.8º33.04%44.51%-
HSV(B)72.8º49.67%59.22%-
XYZ22.3627.8111.03-
YUV137.6793.2126.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=37.29%
G=41.71%
B=20.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135151760.1100.500.4172.833.0444.51
Hex87974CB0322949212d
Octal20722711413062511114155
Binary10000111100101111001100101101100101010011001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,151,76); }

 H1.HeaderClassName
 {
   color: #87974C;
 }
 .AnyTagClassName
 {
   color: #87974C;
 }
</style>
background-color css

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

 a { background-color: rgb(135,151,76); }

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

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

 span { border-color: rgb(135,151,76); }

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