#787046

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

Shades of Go Ben #787046

Tints of Go Ben #787046

Color information

#787046 (or 0x787046) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 46. RGB value is (120,112,70). Sum of RGB (Red+Green+Blue) = 120+112+70=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #787046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787046 is #878FB9. Grayscale: #6D6D6D. Windows color (decimal): -8884154 or 4616312. OLE color: 4616312.

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

Color convert

RGB12011270-
CMYK00.070.420.53
HSL50.4º26.32%37.25%-
HSV(B)50.4º41.67%47.06%-
XYZ14.6516.028.12-
YUV109.6105.65135.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=39.74%
G=37.09%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201127000.070.420.5350.426.3237.25
Hex787046072A35321a25
Octal170160106075265623245
Binary111100011100001000110011110101011010111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787046; }

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

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

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

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

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

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

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

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