#808743

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

Shades of Wasabi #808743

Tints of Wasabi #808743

Color information

#808743 (or 0x808743) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 43. RGB value is (128,135,67). Sum of RGB (Red+Green+Blue) = 128+135+67=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #808743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808743 is #7F78BC. Grayscale: #7D7D7D. Windows color (decimal): -8353981 or 4425600. OLE color: 4425600.

HSL color Cylindrical-coordinate representation of color #808743: hue angle of 66.18º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808743 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB12813567-
CMYK0.0500.500.47
HSL66.18º33.66%39.61%-
HSV(B)66.18º50.37%52.94%-
XYZ18.5822.328.64-
YUV125.1695.18130.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=38.79%
G=40.91%
B=20.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135670.0500.500.4766.1833.6639.61
Hex80874350322F422228
Octal2002071035062571024250
Binary1000000010000111100001110101100101011111000010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808743; }

 p { color: rgb(128,135,67); }

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

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

 a { background-color: rgb(128,135,67); }

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

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

 span { border-color: rgb(128,135,67); }

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