#7E753E

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

Shades of Go Ben #7E753E

Tints of Go Ben #7E753E

Color information

#7E753E (or 0x7E753E) is unknown color: approx Go Ben. HEX triplet: 7E, 75 and 3E. RGB value is (126,117,62). Sum of RGB (Red+Green+Blue) = 126+117+62=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E753E is #818AC1. Grayscale: #717171. Windows color (decimal): -8489666 or 4093310. OLE color: 4093310.

HSL color Cylindrical-coordinate representation of color #7E753E: hue angle of 51.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E753E is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB12611762-
CMYK00.070.510.51
HSL51.56º34.04%36.86%-
HSV(B)51.56º50.79%49.41%-
XYZ15.8317.517.1-
YUV113.4298.98136.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=41.31%
G=38.36%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261176200.070.510.5151.5634.0436.86
Hex7E753E073333342225
Octal17616576076363644245
Binary111111011101011111100111110011110011110100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,62); }

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

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

 a { background-color: rgb(126,117,62); }

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

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

 span { border-color: rgb(126,117,62); }

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