#776E4B

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

Shades of Go Ben #776E4B

Tints of Go Ben #776E4B

Color information

#776E4B (or 0x776E4B) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 4B. RGB value is (119,110,75). Sum of RGB (Red+Green+Blue) = 119+110+75=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E4B is #8891B4. Grayscale: #6C6C6C. Windows color (decimal): -8950197 or 4943479. OLE color: 4943479.

HSL color Cylindrical-coordinate representation of color #776E4B: hue angle of 47.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776E4B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11911075-
CMYK00.080.370.53
HSL47.73º22.68%38.04%-
HSV(B)47.73º36.97%46.67%-
XYZ14.4515.588.9-
YUV108.7108.98135.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=39.14%
G=36.18%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191107500.080.370.5347.7322.6838.04
Hex776E4B082535301726
Octal1671561130104565602746
Binary1110111110111010010110100010010111010111000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,75); }

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

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

 a { background-color: rgb(119,110,75); }

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

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

 span { border-color: rgb(119,110,75); }

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