#808761

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

Shades of Bitter #808761

Tints of Bitter #808761

Color information

#808761 (or 0x808761) is unknown color: approx Bitter. HEX triplet: 80, 87 and 61. RGB value is (128,135,97). Sum of RGB (Red+Green+Blue) = 128+135+97=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #808761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808761 is #7F789E. Grayscale: #808080. Windows color (decimal): -8353951 or 6391680. OLE color: 6391680.

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

Color convert

RGB12813597-
CMYK0.0500.280.47
HSL71.05º16.38%45.49%-
HSV(B)71.05º28.15%52.94%-
XYZ19.7222.7814.67-
YUV128.57110.18127.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=35.56%
G=37.5%
B=26.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135970.0500.280.4771.0516.3845.49
Hex808761501C2F47102d
Octal2002071415034571072055
Binary10000000100001111100001101011100101111100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808761; }

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

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

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

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

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

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

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

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