#7D7540

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

Shades of Go Ben #7D7540

Tints of Go Ben #7D7540

Color information

#7D7540 (or 0x7D7540) is unknown color: approx Go Ben. HEX triplet: 7D, 75 and 40. RGB value is (125,117,64). Sum of RGB (Red+Green+Blue) = 125+117+64=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7540 is #828ABF. Grayscale: #717171. Windows color (decimal): -8555200 or 4224381. OLE color: 4224381.

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

Color convert

RGB12511764-
CMYK00.060.490.51
HSL52.13º32.28%37.06%-
HSV(B)52.13º48.8%49.02%-
XYZ15.7417.457.39-
YUV113.35100.15136.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=40.85%
G=38.24%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251176400.060.490.5152.1332.2837.06
Hex7D7540063133342025
Octal175165100066163644045
Binary1111101111010110000000110110001110011110100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,64); }

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

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

 a { background-color: rgb(125,117,64); }

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

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

 span { border-color: rgb(125,117,64); }

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