#776F3F

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

Shades of Go Ben #776F3F

Tints of Go Ben #776F3F

Color information

#776F3F (or 0x776F3F) is unknown color: approx Go Ben. HEX triplet: 77, 6F and 3F. RGB value is (119,111,63). Sum of RGB (Red+Green+Blue) = 119+111+63=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3F is #8890C0. Grayscale: #6C6C6C. Windows color (decimal): -8949953 or 4157303. OLE color: 4157303.

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

Color convert

RGB11911163-
CMYK00.070.470.53
HSL51.43º30.77%35.69%-
HSV(B)51.43º47.06%46.67%-
XYZ14.1915.656.98-
YUV107.92102.65135.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 63 (25% from 255) = 21.50%
R=40.61%
G=37.88%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116300.070.470.5351.4330.7735.69
Hex776F3F072F35331f24
Octal16715777075765633744
Binary11101111101111111111011110111111010111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F3F; }

 p { color: rgb(119,111,63); }

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

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

 a { background-color: rgb(119,111,63); }

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

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

 span { border-color: rgb(119,111,63); }

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