#777150

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

Shades of Go Ben #777150

Tints of Go Ben #777150

Color information

#777150 (or 0x777150) is unknown color: approx Go Ben. HEX triplet: 77, 71 and 50. RGB value is (119,113,80). Sum of RGB (Red+Green+Blue) = 119+113+80=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #777150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777150 is #888EAF. Grayscale: #6F6F6F. Windows color (decimal): -8949424 or 5271927. OLE color: 5271927.

HSL color Cylindrical-coordinate representation of color #777150: hue angle of 50.77º 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 #777150 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB11911380-
CMYK00.050.330.53
HSL50.77º19.6%39.02%-
HSV(B)50.77º32.77%46.67%-
XYZ14.9616.319.95-
YUV111.03110.49133.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=38.14%
G=36.22%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191138000.050.330.5350.7719.639.02
Hex777150052135331427
Octal167161120054165632447
Binary111011111100011010000010110000111010111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777150; }

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

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

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

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

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

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

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

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