#78754B

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

Shades of Go Ben #78754B

Tints of Go Ben #78754B

Color information

#78754B (or 0x78754B) is unknown color: approx Go Ben. HEX triplet: 78, 75 and 4B. RGB value is (120,117,75). Sum of RGB (Red+Green+Blue) = 120+117+75=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78754B is #878AB4. Grayscale: #717171. Windows color (decimal): -8882869 or 4945272. OLE color: 4945272.

HSL color Cylindrical-coordinate representation of color #78754B: hue angle of 56º degrees, saturation: 0.23, 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 #78754B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB12011775-
CMYK00.020.370.53
HSL56º23.08%38.24%-
HSV(B)56º37.5%47.06%-
XYZ15.3817.229.17-
YUV113.11106.49132.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=38.46%
G=37.5%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201177500.020.370.535623.0838.24
Hex78754B022535381726
Octal170165113024565702746
Binary11110001110101100101101010010111010111100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78754B; }

 p { color: rgb(120,117,75); }

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

<style>
 a { background-color: #78754B; }

 a { background-color: rgb(120,117,75); }

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

<style>
 span { border-color: #78754B; }

 span { border-color: rgb(120,117,75); }

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