#78724E

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

Shades of Go Ben #78724E

Tints of Go Ben #78724E

Color information

#78724E (or 0x78724E) is unknown color: approx Go Ben. HEX triplet: 78, 72 and 4E. RGB value is (120,114,78). Sum of RGB (Red+Green+Blue) = 120+114+78=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78724E is #878DB1. Grayscale: #6F6F6F. Windows color (decimal): -8883634 or 5141112. OLE color: 5141112.

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

Color convert

RGB12011478-
CMYK00.050.350.53
HSL51.43º21.21%38.82%-
HSV(B)51.43º35%47.06%-
XYZ15.1416.589.61-
YUV111.69108.99133.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 78 (30.86% from 255) = 25%
R=38.46%
G=36.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201147800.050.350.5351.4321.2138.82
Hex78724E052335331527
Octal170162116054365632547
Binary111100011100101001110010110001111010111001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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