#787240

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

Shades of Go Ben #787240

Tints of Go Ben #787240

Color information

#787240 (or 0x787240) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 40. RGB value is (120,114,64). Sum of RGB (Red+Green+Blue) = 120+114+64=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #787240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787240 is #878DBF. Grayscale: #6E6E6E. Windows color (decimal): -8883648 or 4223608. OLE color: 4223608.

HSL color Cylindrical-coordinate representation of color #787240: hue angle of 53.57º 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 #787240 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB12011464-
CMYK00.050.470.53
HSL53.57º30.43%36.08%-
HSV(B)53.57º46.67%47.06%-
XYZ14.6916.47.24-
YUV110.09101.99135.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=40.27%
G=38.26%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201146400.050.470.5353.5730.4336.08
Hex787240052F35361e24
Octal170162100055765663644
Binary111100011100101000000010110111111010111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787240; }

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

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

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

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

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

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

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

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