#777050

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

Shades of Go Ben #777050

Tints of Go Ben #777050

Color information

#777050 (or 0x777050) is unknown color: approx Go Ben. HEX triplet: 77, 70 and 50. RGB value is (119,112,80). Sum of RGB (Red+Green+Blue) = 119+112+80=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #777050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777050 is #888FAF. Grayscale: #6E6E6E. Windows color (decimal): -8949680 or 5271671. OLE color: 5271671.

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

Color convert

RGB11911280-
CMYK00.060.330.53
HSL49.23º19.6%39.02%-
HSV(B)49.23º32.77%46.67%-
XYZ14.8516.099.91-
YUV110.44110.82134.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=38.26%
G=36.01%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191128000.060.330.5349.2319.639.02
Hex777050062135311427
Octal167160120064165612447
Binary111011111100001010000011010000111010111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777050; }

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

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

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

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

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

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

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

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