#776C4C

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

Shades of Go Ben #776C4C

Tints of Go Ben #776C4C

Color information

#776C4C (or 0x776C4C) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 4C. RGB value is (119,108,76). Sum of RGB (Red+Green+Blue) = 119+108+76=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C4C is #8893B3. Grayscale: #6B6B6B. Windows color (decimal): -8950708 or 5008503. OLE color: 5008503.

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

Color convert

RGB11910876-
CMYK00.090.360.53
HSL44.65º22.05%38.24%-
HSV(B)44.65º36.13%46.67%-
XYZ14.2715.179.01-
YUV107.64110.14136.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=39.27%
G=35.64%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191087600.090.360.5344.6522.0538.24
Hex776C4C0924352d1626
Octal1671541140114465552646
Binary1110111110110010011000100110010011010110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,76); }

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

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

 a { background-color: rgb(119,108,76); }

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

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

 span { border-color: rgb(119,108,76); }

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