#7E8269

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

Shades of Bitter #7E8269

Tints of Bitter #7E8269

Color information

#7E8269 (or 0x7E8269) is unknown color: approx Bitter. HEX triplet: 7E, 82 and 69. RGB value is (126,130,105). Sum of RGB (Red+Green+Blue) = 126+130+105=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8269 is #817D96. Grayscale: #7E7E7E. Windows color (decimal): -8486295 or 6914686. OLE color: 6914686.

HSL color Cylindrical-coordinate representation of color #7E8269: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E8269 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB126130105-
CMYK0.0300.190.49
HSL69.6º10.64%46.08%-
HSV(B)69.6º19.23%50.98%-
XYZ19.1421.4216.49-
YUV125.95116.17128.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=34.90%
G=36.01%
B=29.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301050.0300.190.4969.610.6446.08
Hex7E826930133146b2e
Octal1762021513023611061356
Binary11111101000001011010011101001111000110001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,105); }

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

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

 a { background-color: rgb(126,130,105); }

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

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

 span { border-color: rgb(126,130,105); }

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