#776B4B

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

Shades of Go Ben #776B4B

Tints of Go Ben #776B4B

Color information

#776B4B (or 0x776B4B) is unknown color: approx Go Ben. HEX triplet: 77, 6B and 4B. RGB value is (119,107,75). Sum of RGB (Red+Green+Blue) = 119+107+75=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B4B is #8894B4. Grayscale: #6B6B6B. Windows color (decimal): -8950965 or 4942711. OLE color: 4942711.

HSL color Cylindrical-coordinate representation of color #776B4B: hue angle of 43.64º 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 #776B4B is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11910775-
CMYK00.100.370.53
HSL43.64º22.68%38.04%-
HSV(B)43.64º36.97%46.67%-
XYZ14.1414.958.8-
YUV106.94109.98136.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=39.53%
G=35.55%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191077500.100.370.5343.6422.6838.04
Hex776B4B0A25352c1726
Octal1671531130124565542746
Binary1110111110101110010110101010010111010110110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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