#78724F

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

Shades of Go Ben #78724F

Tints of Go Ben #78724F

Color information

#78724F (or 0x78724F) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 4F. RGB value is (120,114,79). Sum of RGB (Red+Green+Blue) = 120+114+79=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78724F is #878DB0. Grayscale: #6F6F6F. Windows color (decimal): -8883633 or 5206648. OLE color: 5206648.

HSL color Cylindrical-coordinate representation of color #78724F: hue angle of 51.22º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78724F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB12011479-
CMYK00.050.340.53
HSL51.22º20.6%39.02%-
HSV(B)51.22º34.17%47.06%-
XYZ15.1716.599.8-
YUV111.8109.49133.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=38.34%
G=36.42%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201147900.050.340.5351.2220.639.02
Hex78724F052235331527
Octal170162117054265632547
Binary111100011100101001111010110001011010111001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78724F; }

 p { color: rgb(120,114,79); }

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

<style>
 a { background-color: #78724F; }

 a { background-color: rgb(120,114,79); }

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

<style>
 span { border-color: #78724F; }

 span { border-color: rgb(120,114,79); }

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