#797042

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

Shades of Go Ben #797042

Tints of Go Ben #797042

Color information

#797042 (or 0x797042) is unknown color: approx Go Ben. HEX triplet: 79, 70 and 42. RGB value is (121,112,66). Sum of RGB (Red+Green+Blue) = 121+112+66=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #797042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797042 is #868FBD. Grayscale: #6D6D6D. Windows color (decimal): -8818622 or 4354169. OLE color: 4354169.

HSL color Cylindrical-coordinate representation of color #797042: hue angle of 50.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797042 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB12111266-
CMYK00.070.450.53
HSL50.18º29.41%36.67%-
HSV(B)50.18º45.45%47.45%-
XYZ14.6616.057.48-
YUV109.45103.48136.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=40.47%
G=37.46%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211126600.070.450.5350.1829.4136.67
Hex797042072D35321d25
Octal171160102075565623545
Binary111100111100001000010011110110111010111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797042; }

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

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

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

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

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

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

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

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