#766B4C

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

Shades of Go Ben #766B4C

Tints of Go Ben #766B4C

Color information

#766B4C (or 0x766B4C) is unknown color: approx Go Ben. HEX triplet: 76, 6B and 4C. RGB value is (118,107,76). Sum of RGB (Red+Green+Blue) = 118+107+76=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B4C is #8994B3. Grayscale: #6A6A6A. Windows color (decimal): -9016500 or 5008246. OLE color: 5008246.

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

Color convert

RGB11810776-
CMYK00.090.360.54
HSL44.29º21.65%38.04%-
HSV(B)44.29º35.59%46.27%-
XYZ14.0314.898.97-
YUV106.76110.64136.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=39.20%
G=35.55%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181077600.090.360.5444.2921.6538.04
Hex766B4C0924362c1626
Octal1661531140114466542646
Binary1110110110101110011000100110010011011010110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B4C; }

 p { color: rgb(118,107,76); }

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

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

 a { background-color: rgb(118,107,76); }

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

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

 span { border-color: rgb(118,107,76); }

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