#78744A

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

Shades of Go Ben #78744A

Tints of Go Ben #78744A

Color information

#78744A (or 0x78744A) is unknown color: approx Go Ben. HEX triplet: 78, 74 and 4A. RGB value is (120,116,74). Sum of RGB (Red+Green+Blue) = 120+116+74=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78744A is #878BB5. Grayscale: #707070. Windows color (decimal): -8883126 or 4879480. OLE color: 4879480.

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

Color convert

RGB12011674-
CMYK00.030.380.53
HSL54.78º23.71%38.04%-
HSV(B)54.78º38.33%47.06%-
XYZ15.2316.988.95-
YUV112.41106.33133.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=38.71%
G=37.42%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201167400.030.380.5354.7823.7138.04
Hex78744A032635371826
Octal170164112034665673046
Binary11110001110100100101001110011011010111011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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