#78704C

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

Shades of Go Ben #78704C

Tints of Go Ben #78704C

Color information

#78704C (or 0x78704C) is unknown color: approx Go Ben. HEX triplet: 78, 70 and 4C. RGB value is (120,112,76). Sum of RGB (Red+Green+Blue) = 120+112+76=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78704C is #878FB3. Grayscale: #6E6E6E. Windows color (decimal): -8884148 or 5009528. OLE color: 5009528.

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

Color convert

RGB12011276-
CMYK00.070.370.53
HSL49.09º22.45%38.43%-
HSV(B)49.09º36.67%47.06%-
XYZ14.8416.19.16-
YUV110.29108.65134.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=38.96%
G=36.36%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201127600.070.370.5349.0922.4538.43
Hex78704C072535311626
Octal170160114074565612646
Binary111100011100001001100011110010111010111000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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