#777540

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

Shades of Go Ben #777540

Tints of Go Ben #777540

Color information

#777540 (or 0x777540) is unknown color: approx Go Ben. HEX triplet: 77, 75 and 40. RGB value is (119,117,64). Sum of RGB (Red+Green+Blue) = 119+117+64=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #777540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777540 is #888ABF. Grayscale: #6F6F6F. Windows color (decimal): -8948416 or 4224375. OLE color: 4224375.

HSL color Cylindrical-coordinate representation of color #777540: hue angle of 57.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777540 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB11911764-
CMYK00.020.460.53
HSL57.82º30.05%35.88%-
HSV(B)57.82º46.22%46.67%-
XYZ14.8917.017.35-
YUV111.56101.16133.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=39.67%
G=39%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191176400.020.460.5357.8230.0535.88
Hex777540022E353a1e24
Octal167165100025665723644
Binary11101111110101100000001010111011010111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777540; }

 p { color: rgb(119,117,64); }

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

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

 a { background-color: rgb(119,117,64); }

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

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

 span { border-color: rgb(119,117,64); }

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