#787140

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

Shades of Go Ben #787140

Tints of Go Ben #787140

Color information

#787140 (or 0x787140) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 40. RGB value is (120,113,64). Sum of RGB (Red+Green+Blue) = 120+113+64=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #787140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787140 is #878EBF. Grayscale: #6D6D6D. Windows color (decimal): -8883904 or 4223352. OLE color: 4223352.

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

Color convert

RGB12011364-
CMYK00.060.470.53
HSL52.5º30.43%36.08%-
HSV(B)52.5º46.67%47.06%-
XYZ14.5816.177.2-
YUV109.51102.32135.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=40.40%
G=38.05%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201136400.060.470.5352.530.4336.08
Hex787140062F35341e24
Octal170161100065765643644
Binary111100011100011000000011010111111010111010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787140; }

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

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

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

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

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

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

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

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