#808760

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

Shades of Bitter #808760

Tints of Bitter #808760

Color information

#808760 (or 0x808760) is unknown color: approx Bitter. HEX triplet: 80, 87 and 60. RGB value is (128,135,96). Sum of RGB (Red+Green+Blue) = 128+135+96=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #808760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808760 is #7F789F. Grayscale: #808080. Windows color (decimal): -8353952 or 6326144. OLE color: 6326144.

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

Color convert

RGB12813596-
CMYK0.0500.290.47
HSL70.77º16.88%45.29%-
HSV(B)70.77º28.89%52.94%-
XYZ19.6822.7614.42-
YUV128.46109.68127.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=35.65%
G=37.60%
B=26.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135960.0500.290.4770.7716.8845.29
Hex808760501D2F47112d
Octal2002071405035571072155
Binary10000000100001111100000101011101101111100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808760; }

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

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

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

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

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

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

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

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