#7E8467

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

Shades of Bitter #7E8467

Tints of Bitter #7E8467

Color information

#7E8467 (or 0x7E8467) is unknown color: approx Bitter. HEX triplet: 7E, 84 and 67. RGB value is (126,132,103). Sum of RGB (Red+Green+Blue) = 126+132+103=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8467 is #817B98. Grayscale: #7F7F7F. Windows color (decimal): -8485785 or 6784126. OLE color: 6784126.

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

Color convert

RGB126132103-
CMYK0.0500.220.48
HSL72.41º12.34%46.08%-
HSV(B)72.41º21.97%51.76%-
XYZ19.321.9216.05-
YUV126.9114.51127.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=34.90%
G=36.57%
B=28.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261321030.0500.220.4872.4112.3446.08
Hex7E846750163048c2e
Octal1762041475026601101456
Binary111111010000100110011110101011011000010010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,103); }

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

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

 a { background-color: rgb(126,132,103); }

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

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

 span { border-color: rgb(126,132,103); }

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