#78714D

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

Shades of Go Ben #78714D

Tints of Go Ben #78714D

Color information

#78714D (or 0x78714D) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 4D. RGB value is (120,113,77). Sum of RGB (Red+Green+Blue) = 120+113+77=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78714D is #878EB2. Grayscale: #6F6F6F. Windows color (decimal): -8883891 or 5075320. OLE color: 5075320.

HSL color Cylindrical-coordinate representation of color #78714D: hue angle of 50.23º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78714D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB12011377-
CMYK00.060.360.53
HSL50.23º21.83%38.63%-
HSV(B)50.23º35.83%47.06%-
XYZ14.9916.349.38-
YUV110.99108.82134.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=38.71%
G=36.45%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201137700.060.360.5350.2321.8338.63
Hex78714D062435321627
Octal170161115064465622647
Binary111100011100011001101011010010011010111001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78714D; }

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

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

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

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

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

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

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

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