#766E4A

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

Shades of Go Ben #766E4A

Tints of Go Ben #766E4A

Color information

#766E4A (or 0x766E4A) is unknown color: approx Go Ben. HEX triplet: 76, 6E and 4A. RGB value is (118,110,74). Sum of RGB (Red+Green+Blue) = 118+110+74=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E4A is #8991B5. Grayscale: #6C6C6C. Windows color (decimal): -9015734 or 4877942. OLE color: 4877942.

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

Color convert

RGB11811074-
CMYK00.070.370.54
HSL49.09º22.92%37.65%-
HSV(B)49.09º37.29%46.27%-
XYZ14.2815.58.72-
YUV108.29108.65134.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=39.07%
G=36.42%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181107400.070.370.5449.0922.9237.65
Hex766E4A072536311726
Octal166156112074566612746
Binary111011011011101001010011110010111011011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,74); }

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

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

 a { background-color: rgb(118,110,74); }

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

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

 span { border-color: rgb(118,110,74); }

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