#7E724B

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

Shades of Go Ben #7E724B

Tints of Go Ben #7E724B

Color information

#7E724B (or 0x7E724B) is unknown color: approx Go Ben. HEX triplet: 7E, 72 and 4B. RGB value is (126,114,75). Sum of RGB (Red+Green+Blue) = 126+114+75=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E724B is #818DB4. Grayscale: #717171. Windows color (decimal): -8490421 or 4944510. OLE color: 4944510.

HSL color Cylindrical-coordinate representation of color #7E724B: hue angle of 45.88º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E724B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12611475-
CMYK00.100.400.51
HSL45.88º25.37%39.41%-
HSV(B)45.88º40.48%49.41%-
XYZ15.8916.989.1-
YUV113.14106.48137.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=40%
G=36.19%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261147500.100.400.5145.8825.3739.41
Hex7E724B0A28332e1927
Octal1761621130125063563147
Binary1111110111001010010110101010100011001110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,75); }

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

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

 a { background-color: rgb(126,114,75); }

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

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

 span { border-color: rgb(126,114,75); }

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