#797150

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

Shades of Go Ben #797150

Tints of Go Ben #797150

Color information

#797150 (or 0x797150) is unknown color: approx Go Ben. HEX triplet: 79, 71 and 50. RGB value is (121,113,80). Sum of RGB (Red+Green+Blue) = 121+113+80=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #797150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797150 is #868EAF. Grayscale: #6F6F6F. Windows color (decimal): -8818352 or 5271929. OLE color: 5271929.

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

Color convert

RGB12111380-
CMYK00.070.340.53
HSL48.29º20.4%39.41%-
HSV(B)48.29º33.88%47.45%-
XYZ15.2416.459.96-
YUV111.63110.15134.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=38.54%
G=35.99%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211138000.070.340.5348.2920.439.41
Hex797150072235301427
Octal171161120074265602447
Binary111100111100011010000011110001011010111000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797150; }

 p { color: rgb(121,113,80); }

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

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

 a { background-color: rgb(121,113,80); }

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

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

 span { border-color: rgb(121,113,80); }

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