#766C47

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

Shades of Go Ben #766C47

Tints of Go Ben #766C47

Color information

#766C47 (or 0x766C47) is unknown color: approx Go Ben. HEX triplet: 76, 6C and 47. RGB value is (118,108,71). Sum of RGB (Red+Green+Blue) = 118+108+71=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C47 is #8993B8. Grayscale: #6A6A6A. Windows color (decimal): -9016249 or 4680822. OLE color: 4680822.

HSL color Cylindrical-coordinate representation of color #766C47: hue angle of 47.23º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #766C47 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11810871-
CMYK00.080.400.54
HSL47.23º24.87%37.06%-
HSV(B)47.23º39.83%46.27%-
XYZ13.9715.038.13-
YUV106.77107.81136.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=39.73%
G=36.36%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181087100.080.400.5447.2324.8737.06
Hex766C470828362f1925
Octal1661541070105066573145
Binary1110110110110010001110100010100011011010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,71); }

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

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

 a { background-color: rgb(118,108,71); }

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

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

 span { border-color: rgb(118,108,71); }

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