#79704E

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

Shades of Go Ben #79704E

Tints of Go Ben #79704E

Color information

#79704E (or 0x79704E) is unknown color: approx Go Ben. HEX triplet: 79, 70 and 4E. RGB value is (121,112,78). Sum of RGB (Red+Green+Blue) = 121+112+78=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79704E is #868FB1. Grayscale: #6E6E6E. Windows color (decimal): -8818610 or 5140601. OLE color: 5140601.

HSL color Cylindrical-coordinate representation of color #79704E: hue angle of 47.44º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79704E is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB12111278-
CMYK00.070.360.53
HSL47.44º21.61%39.02%-
HSV(B)47.44º35.54%47.45%-
XYZ15.0516.29.54-
YUV110.82109.48135.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.91%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=38.91%
G=36.01%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211127800.070.360.5347.4421.6139.02
Hex79704E0724352f1627
Octal171160116074465572647
Binary111100111100001001110011110010011010110111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,112,78); }

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

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

 a { background-color: rgb(121,112,78); }

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

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

 span { border-color: rgb(121,112,78); }

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