#7E7145

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

Shades of Go Ben #7E7145

Tints of Go Ben #7E7145

Color information

#7E7145 (or 0x7E7145) is unknown color: approx Go Ben. HEX triplet: 7E, 71 and 45. RGB value is (126,113,69). Sum of RGB (Red+Green+Blue) = 126+113+69=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7145 is #818EBA. Grayscale: #707070. Windows color (decimal): -8490683 or 4551038. OLE color: 4551038.

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

Color convert

RGB12611369-
CMYK00.100.450.51
HSL46.32º29.23%38.24%-
HSV(B)46.32º45.24%49.41%-
XYZ15.5816.688.03-
YUV111.87103.81138.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=40.91%
G=36.69%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261136900.100.450.5146.3229.2338.24
Hex7E71450A2D332e1d26
Octal1761611050125563563546
Binary1111110111000110001010101010110111001110111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,113,69); }

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

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

 a { background-color: rgb(126,113,69); }

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

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

 span { border-color: rgb(126,113,69); }

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