#7C7540

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

Shades of Go Ben #7C7540

Tints of Go Ben #7C7540

Color information

#7C7540 (or 0x7C7540) is unknown color: approx Go Ben. HEX triplet: 7C, 75 and 40. RGB value is (124,117,64). Sum of RGB (Red+Green+Blue) = 124+117+64=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7540 is #838ABF. Grayscale: #717171. Windows color (decimal): -8620736 or 4224380. OLE color: 4224380.

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

Color convert

RGB12411764-
CMYK00.060.480.51
HSL53º31.91%36.86%-
HSV(B)53º48.39%48.63%-
XYZ15.617.387.38-
YUV113.05100.32135.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=40.66%
G=38.36%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241176400.060.480.515331.9136.86
Hex7C7540063033352025
Octal174165100066063654045
Binary1111100111010110000000110110000110011110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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