#7E8566

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

Shades of Bitter #7E8566

Tints of Bitter #7E8566

Color information

#7E8566 (or 0x7E8566) is unknown color: approx Bitter. HEX triplet: 7E, 85 and 66. RGB value is (126,133,102). Sum of RGB (Red+Green+Blue) = 126+133+102=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8566 is #817A99. Grayscale: #7F7F7F. Windows color (decimal): -8485530 or 6718846. OLE color: 6718846.

HSL color Cylindrical-coordinate representation of color #7E8566: hue angle of 73.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8566 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB126133102-
CMYK0.0500.230.48
HSL73.55º13.19%46.08%-
HSV(B)73.55º23.31%52.16%-
XYZ19.3922.1715.83-
YUV127.37113.68127.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=34.90%
G=36.84%
B=28.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331020.0500.230.4873.5513.1946.08
Hex7E85665017304ad2e
Octal1762051465027601121556
Binary111111010000101110011010101011111000010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,102); }

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

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

 a { background-color: rgb(126,133,102); }

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

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

 span { border-color: rgb(126,133,102); }

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