#808766

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

Shades of Bitter #808766

Tints of Bitter #808766

Color information

#808766 (or 0x808766) is unknown color: approx Bitter. HEX triplet: 80, 87 and 66. RGB value is (128,135,102). Sum of RGB (Red+Green+Blue) = 128+135+102=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #808766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808766 is #7F7899. Grayscale: #818181. Windows color (decimal): -8353946 or 6719360. OLE color: 6719360.

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

Color convert

RGB128135102-
CMYK0.0500.240.47
HSL72.73º13.92%46.47%-
HSV(B)72.73º24.44%52.94%-
XYZ19.9622.8815.93-
YUV129.14112.68127.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=35.07%
G=36.99%
B=27.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351020.0500.240.4772.7313.9246.47
Hex80876650182F49e2e
Octal2002071465030571111656
Binary1000000010000111110011010101100010111110010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808766; }

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

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

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

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

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

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

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

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