#78744E

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

Shades of Go Ben #78744E

Tints of Go Ben #78744E

Color information

#78744E (or 0x78744E) is unknown color: approx Go Ben. HEX triplet: 78, 74 and 4E. RGB value is (120,116,78). Sum of RGB (Red+Green+Blue) = 120+116+78=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78744E is #878BB1. Grayscale: #717171. Windows color (decimal): -8883122 or 5141624. OLE color: 5141624.

HSL color Cylindrical-coordinate representation of color #78744E: hue angle of 54.29º 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 #78744E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB12011678-
CMYK00.030.350.53
HSL54.29º21.21%38.82%-
HSV(B)54.29º35%47.06%-
XYZ15.3717.039.69-
YUV112.86108.33133.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=38.22%
G=36.94%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201167800.030.350.5354.2921.2138.82
Hex78744E032335361527
Octal170164116034365662547
Binary11110001110100100111001110001111010111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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