#766E4D

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

Shades of Go Ben #766E4D

Tints of Go Ben #766E4D

Color information

#766E4D (or 0x766E4D) is unknown color: approx Go Ben. HEX triplet: 76, 6E and 4D. RGB value is (118,110,77). Sum of RGB (Red+Green+Blue) = 118+110+77=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E4D is #8991B2. Grayscale: #6C6C6C. Windows color (decimal): -9015731 or 5074550. OLE color: 5074550.

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

Color convert

RGB11811077-
CMYK00.070.350.54
HSL48.29º21.03%38.24%-
HSV(B)48.29º34.75%46.27%-
XYZ14.3915.549.26-
YUV108.63110.15134.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=38.69%
G=36.07%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181107700.070.350.5448.2921.0338.24
Hex766E4D072336301526
Octal166156115074366602546
Binary111011011011101001101011110001111011011000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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