#78704A

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

Shades of Go Ben #78704A

Tints of Go Ben #78704A

Color information

#78704A (or 0x78704A) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 4A. RGB value is (120,112,74). Sum of RGB (Red+Green+Blue) = 120+112+74=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #78704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78704A is #878FB5. Grayscale: #6E6E6E. Windows color (decimal): -8884150 or 4878456. OLE color: 4878456.

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

Color convert

RGB12011274-
CMYK00.070.380.53
HSL49.57º23.71%38.04%-
HSV(B)49.57º38.33%47.06%-
XYZ14.7816.088.8-
YUV110.06107.65135.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=39.22%
G=36.60%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201127400.070.380.5349.5723.7138.04
Hex78704A072635321826
Octal170160112074665623046
Binary111100011100001001010011110011011010111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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