#808768

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

Shades of Bitter #808768

Tints of Bitter #808768

Color information

#808768 (or 0x808768) is unknown color: approx Bitter. HEX triplet: 80, 87 and 68. RGB value is (128,135,104). Sum of RGB (Red+Green+Blue) = 128+135+104=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #808768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808768 is #7F7897. Grayscale: #818181. Windows color (decimal): -8353944 or 6850432. OLE color: 6850432.

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

Color convert

RGB128135104-
CMYK0.0500.230.47
HSL73.55º12.97%46.86%-
HSV(B)73.55º22.96%52.94%-
XYZ20.0622.9216.46-
YUV129.37113.68127.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=34.88%
G=36.78%
B=28.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281351040.0500.230.4773.5512.9746.86
Hex80876850172F4ad2f
Octal2002071505027571121557
Binary1000000010000111110100010101011110111110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808768; }

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

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

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

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

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

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

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

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