#78704E

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

Shades of Go Ben #78704E

Tints of Go Ben #78704E

Color information

#78704E (or 0x78704E) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 4E. RGB value is (120,112,78). Sum of RGB (Red+Green+Blue) = 120+112+78=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78704E is #878FB1. Grayscale: #6E6E6E. Windows color (decimal): -8884146 or 5140600. OLE color: 5140600.

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

Color convert

RGB12011278-
CMYK00.070.350.53
HSL48.57º21.21%38.82%-
HSV(B)48.57º35%47.06%-
XYZ14.9216.139.54-
YUV110.52109.65134.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=38.71%
G=36.13%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201127800.070.350.5348.5721.2138.82
Hex78704E072335311527
Octal170160116074365612547
Binary111100011100001001110011110001111010111000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78704E; }

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

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

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

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

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

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

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

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