#78713D

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

Shades of Go Ben #78713D

Tints of Go Ben #78713D

Color information

#78713D (or 0x78713D) is unknown color: approx Go Ben. HEX triplet: 78, 71 and 3D. RGB value is (120,113,61). Sum of RGB (Red+Green+Blue) = 120+113+61=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78713D is #878EC2. Grayscale: #6D6D6D. Windows color (decimal): -8883907 or 4026744. OLE color: 4026744.

HSL color Cylindrical-coordinate representation of color #78713D: hue angle of 52.88º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78713D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB12011361-
CMYK00.060.490.53
HSL52.88º32.6%35.49%-
HSV(B)52.88º49.17%47.06%-
XYZ14.4916.146.77-
YUV109.16100.82135.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=40.82%
G=38.44%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201136100.060.490.5352.8832.635.49
Hex78713D063135352123
Octal17016175066165654143
Binary111100011100011111010110110001110101110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78713D; }

 p { color: rgb(120,113,61); }

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

<style>
 a { background-color: #78713D; }

 a { background-color: rgb(120,113,61); }

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

<style>
 span { border-color: #78713D; }

 span { border-color: rgb(120,113,61); }

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