#79704A

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

Shades of Go Ben #79704A

Tints of Go Ben #79704A

Color information

#79704A (or 0x79704A) is unknown color: approx Go Ben. HEX triplet: 79, 70 and 4A. RGB value is (121,112,74). Sum of RGB (Red+Green+Blue) = 121+112+74=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #79704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79704A is #868FB5. Grayscale: #6E6E6E. Windows color (decimal): -8818614 or 4878457. OLE color: 4878457.

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

Color convert

RGB12111274-
CMYK00.070.390.53
HSL48.51º24.1%38.24%-
HSV(B)48.51º38.84%47.45%-
XYZ14.9216.158.81-
YUV110.36107.48135.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=39.41%
G=36.48%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211127400.070.390.5348.5124.138.24
Hex79704A072735311826
Octal171160112074765613046
Binary111100111100001001010011110011111010111000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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