#7E8364

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

Shades of Bitter #7E8364

Tints of Bitter #7E8364

Color information

#7E8364 (or 0x7E8364) is unknown color: approx Bitter. HEX triplet: 7E, 83 and 64. RGB value is (126,131,100). Sum of RGB (Red+Green+Blue) = 126+131+100=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8364 is #817C9B. Grayscale: #7E7E7E. Windows color (decimal): -8486044 or 6587262. OLE color: 6587262.

HSL color Cylindrical-coordinate representation of color #7E8364: hue angle of 69.68º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E8364 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB126131100-
CMYK0.0400.240.49
HSL69.68º13.42%45.29%-
HSV(B)69.68º23.66%51.37%-
XYZ19.0221.5915.22-
YUV125.97113.34128.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=35.29%
G=36.69%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261311000.0400.240.4969.6813.4245.29
Hex7E836440183146d2d
Octal1762031444030611061555
Binary111111010000011110010010001100011000110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8364; }

 p { color: rgb(126,131,100); }

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

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

 a { background-color: rgb(126,131,100); }

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

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

 span { border-color: rgb(126,131,100); }

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