#82876B

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

Shades of Bitter #82876B

Tints of Bitter #82876B

Color information

#82876B (or 0x82876B) is unknown color: approx Bitter. HEX triplet: 82, 87 and 6B. RGB value is (130,135,107). Sum of RGB (Red+Green+Blue) = 130+135+107=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #82876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82876B is #7D7894. Grayscale: #828282. Windows color (decimal): -8222869 or 7047042. OLE color: 7047042.

HSL color Cylindrical-coordinate representation of color #82876B: hue angle of 70.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82876B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB130135107-
CMYK0.0400.210.47
HSL70.71º11.57%47.45%-
HSV(B)70.71º20.74%52.94%-
XYZ20.5223.1417.29-
YUV130.31114.84127.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=34.95%
G=36.29%
B=28.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351070.0400.210.4770.7111.5747.45
Hex82876B40152F47c2f
Octal2022071534025571071457
Binary1000001010000111110101110001010110111110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82876B; }

 p { color: rgb(130,135,107); }

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

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

 a { background-color: rgb(130,135,107); }

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

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

 span { border-color: rgb(130,135,107); }

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