#79704D

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

Shades of Go Ben #79704D

Tints of Go Ben #79704D

Color information

#79704D (or 0x79704D) is unknown color: approx Go Ben. HEX triplet: 79, 70 and 4D. RGB value is (121,112,77). Sum of RGB (Red+Green+Blue) = 121+112+77=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #79704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79704D is #868FB2. Grayscale: #6E6E6E. Windows color (decimal): -8818611 or 5075065. OLE color: 5075065.

HSL color Cylindrical-coordinate representation of color #79704D: hue angle of 47.73º 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 #79704D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB12111277-
CMYK00.070.360.53
HSL47.73º22.22%38.82%-
HSV(B)47.73º36.36%47.45%-
XYZ15.0216.199.35-
YUV110.7108.98135.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=39.03%
G=36.13%
B=24.84%

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
Decimal1211127700.070.360.5347.7322.2238.82
Hex79704D072435301627
Octal171160115074465602647
Binary111100111100001001101011110010011010111000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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