#808764

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

Shades of Bitter #808764

Tints of Bitter #808764

Color information

#808764 (or 0x808764) is unknown color: approx Bitter. HEX triplet: 80, 87 and 64. RGB value is (128,135,100). Sum of RGB (Red+Green+Blue) = 128+135+100=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #808764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808764 is #7F789B. Grayscale: #818181. Windows color (decimal): -8353948 or 6588288. OLE color: 6588288.

HSL color Cylindrical-coordinate representation of color #808764: hue angle of 72º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808764 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB128135100-
CMYK0.0500.260.47
HSL72º14.89%46.08%-
HSV(B)72º25.93%52.94%-
XYZ19.8722.8415.42-
YUV128.92111.68127.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=35.26%
G=37.19%
B=27.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351000.0500.260.477214.8946.08
Hex808764501A2F48f2e
Octal2002071445032571101756
Binary1000000010000111110010010101101010111110010001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808764; }

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

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

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

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

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

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

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

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