Html Css Color HEX #87974A Wasabi

📋 copy color: '#87974A'

red 135 ◦ green 151 ◦ blue 74

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

Shades of Wasabi #87974A

Tints of Wasabi #87974A

RGB

 RED value IS 135 (53.13% from 255) = 37.5%

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 37.5%
G = 41.94%
B = 20.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#87974A (or 0x87974A) is known color: Wasabi. HEX triplet: 87, 97 and 4A. RGB value is (135,151,74). Sum of RGB (Red+Green+Blue) = 135+151+74=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #87974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87974A is #7868B5. Grayscale: #898989. Windows color (decimal): -7891126 or 4888455. OLE color: 4888455.

HSL color Cylindrical-coordinate representation of color #87974A: hue angle of 72.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87974A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 151 74 -
CMYK 0.11 0 0.51 0.41
HSL 72.47º 0.34% 0.44% -
HSV(B) 72.47º 0.51% 0.59% -
XYZ 22.29 27.78 10.67 -
YUV 137.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 135 151 74 0.11 0 0.51 0.41 72.47 0.34 0.44
Hex 87 97 4A B 0 33 29 48 22 2C
Octal 207 227 112 13 0 63 51 110 42 54
Binary 10000111 10010111 1001010 1011 0 110011 101001 1001000 100010 101100

Color Harmonies of #87974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87974A

Black with #87974A

Text Example


Text Example

White with #87974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87974A;
 }
 .AnyTagClassName
 {
   color: #87974A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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