#7E826C

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

Shades of Bitter #7E826C

Tints of Bitter #7E826C

Color information

#7E826C (or 0x7E826C) is unknown color: approx Bitter. HEX triplet: 7E, 82 and 6C. RGB value is (126,130,108). Sum of RGB (Red+Green+Blue) = 126+130+108=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826C is #817D93. Grayscale: #7E7E7E. Windows color (decimal): -8486292 or 7111294. OLE color: 7111294.

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

Color convert

RGB126130108-
CMYK0.0300.170.49
HSL70.91º9.24%46.67%-
HSV(B)70.91º16.92%50.98%-
XYZ19.2921.4817.32-
YUV126.3117.67127.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=34.62%
G=35.71%
B=29.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301080.0300.170.4970.919.2446.67
Hex7E826C3011314792f
Octal1762021543021611071157
Binary11111101000001011011001101000111000110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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