#777046

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

Shades of Go Ben #777046

Tints of Go Ben #777046

Color information

#777046 (or 0x777046) is unknown color: approx Go Ben. HEX triplet: 77, 70 and 46. RGB value is (119,112,70). Sum of RGB (Red+Green+Blue) = 119+112+70=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #777046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777046 is #888FB9. Grayscale: #6D6D6D. Windows color (decimal): -8949690 or 4616311. OLE color: 4616311.

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

Color convert

RGB11911270-
CMYK00.060.410.53
HSL51.43º25.93%37.06%-
HSV(B)51.43º41.18%46.67%-
XYZ14.5115.958.11-
YUV109.3105.82134.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=39.53%
G=37.21%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191127000.060.410.5351.4325.9337.06
Hex777046062935331a25
Octal167160106065165633245
Binary111011111100001000110011010100111010111001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777046; }

 p { color: rgb(119,112,70); }

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

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

 a { background-color: rgb(119,112,70); }

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

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

 span { border-color: rgb(119,112,70); }

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