Html Css Color HEX #808F4D Wasabi

📋 copy color: '#808F4D'

red 128 ◦ green 143 ◦ blue 77

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

Shades of Wasabi #808F4D

Tints of Wasabi #808F4D

RGB

 RED value IS 128 (50.39% from 255) = 36.78%

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 36.78%
G = 41.09%
B = 22.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#808F4D (or 0x808F4D) is known color: Wasabi. HEX triplet: 80, 8F and 4D. RGB value is (128,143,77). Sum of RGB (Red+Green+Blue) = 128+143+77=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #808F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F4D is #7F70B2. Grayscale: #838383. Windows color (decimal): -8351923 or 5083008. OLE color: 5083008.

HSL color Cylindrical-coordinate representation of color #808F4D: hue angle of 73.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808F4D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 143 77 -
CMYK 0.10 0 0.46 0.44
HSL 73.64º 0.3% 0.43% -
HSV(B) 73.64º 0.46% 0.56% -
XYZ 20.06 24.77 10.74 -
YUV 130.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 128 143 77 0.10 0 0.46 0.44 73.64 0.3 0.43
Hex 80 8F 4D A 0 2E 2C 4A 1E 2B
Octal 200 217 115 12 0 56 54 112 36 53
Binary 10000000 10001111 1001101 1010 0 101110 101100 1001010 11110 101011

Color Harmonies of #808F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F4D

Black with #808F4D

Text Example


Text Example

White with #808F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808F4D; }

 p { color: rgb(128,143,77); }

 H1.HeaderClassName
 {
   color: #808F4D;
 }
 .AnyTagClassName
 {
   color: #808F4D;
 }
</style>

background-color css

<style>
 a { background-color: #808F4D; }

 a { background-color: rgb(128,143,77); }

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

border-color css

<style>
 span { border-color: #808F4D; }

 span { border-color: rgb(128,143,77); }

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