#787040

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

Shades of Go Ben #787040

Tints of Go Ben #787040

Color information

#787040 (or 0x787040) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 40. RGB value is (120,112,64). Sum of RGB (Red+Green+Blue) = 120+112+64=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #787040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787040 is #878FBF. Grayscale: #6D6D6D. Windows color (decimal): -8884160 or 4223096. OLE color: 4223096.

HSL color Cylindrical-coordinate representation of color #787040: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #787040 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB12011264-
CMYK00.070.470.53
HSL51.43º30.43%36.08%-
HSV(B)51.43º46.67%47.06%-
XYZ14.4715.957.17-
YUV108.92102.65135.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=40.54%
G=37.84%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201126400.070.470.5351.4330.4336.08
Hex787040072F35331e24
Octal170160100075765633644
Binary111100011100001000000011110111111010111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787040; }

 p { color: rgb(120,112,64); }

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

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

 a { background-color: rgb(120,112,64); }

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

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

 span { border-color: rgb(120,112,64); }

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