#828764

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

Shades of Bitter #828764

Tints of Bitter #828764

Color information

#828764 (or 0x828764) is unknown color: approx Bitter. HEX triplet: 82, 87 and 64. RGB value is (130,135,100). Sum of RGB (Red+Green+Blue) = 130+135+100=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #828764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828764 is #7D789B. Grayscale: #818181. Windows color (decimal): -8222876 or 6588290. OLE color: 6588290.

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

Color convert

RGB130135100-
CMYK0.0400.260.47
HSL68.57º14.89%46.08%-
HSV(B)68.57º25.93%52.94%-
XYZ20.1722.9915.43-
YUV129.51111.34128.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=35.62%
G=36.99%
B=27.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351000.0400.260.4768.5714.8946.08
Hex828764401A2F45f2e
Octal2022071444032571051756
Binary1000001010000111110010010001101010111110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828764; }

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

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

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

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

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

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

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

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