#78714C

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

Shades of Go Ben #78714C

Tints of Go Ben #78714C

Color information

#78714C (or 0x78714C) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 4C. RGB value is (120,113,76). Sum of RGB (Red+Green+Blue) = 120+113+76=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78714C is #878EB3. Grayscale: #6F6F6F. Windows color (decimal): -8883892 or 5009784. OLE color: 5009784.

HSL color Cylindrical-coordinate representation of color #78714C: hue angle of 50.45º 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 #78714C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB12011376-
CMYK00.060.370.53
HSL50.45º22.45%38.43%-
HSV(B)50.45º36.67%47.06%-
XYZ14.9616.339.2-
YUV110.88108.32134.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=38.83%
G=36.57%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201137600.060.370.5350.4522.4538.43
Hex78714C062535321626
Octal170161114064565622646
Binary111100011100011001100011010010111010111001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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