#787540

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

Shades of Go Ben #787540

Tints of Go Ben #787540

Color information

#787540 (or 0x787540) is unknown color: approx Go Ben. HEX triplet: 78, 75 and 40. RGB value is (120,117,64). Sum of RGB (Red+Green+Blue) = 120+117+64=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #787540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787540 is #878ABF. Grayscale: #707070. Windows color (decimal): -8882880 or 4224376. OLE color: 4224376.

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

Color convert

RGB12011764-
CMYK00.020.470.53
HSL56.79º30.43%36.08%-
HSV(B)56.79º46.67%47.06%-
XYZ15.0317.097.36-
YUV111.86100.99133.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=39.87%
G=38.87%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201176400.020.470.5356.7930.4336.08
Hex787540022F35391e24
Octal170165100025765713644
Binary11110001110101100000001010111111010111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787540; }

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

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

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

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

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

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

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

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