#766E4E

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

Shades of Go Ben #766E4E

Tints of Go Ben #766E4E

Color information

#766E4E (or 0x766E4E) is unknown color: approx Go Ben. HEX triplet: 76, 6E and 4E. RGB value is (118,110,78). Sum of RGB (Red+Green+Blue) = 118+110+78=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E4E is #8991B1. Grayscale: #6C6C6C. Windows color (decimal): -9015730 or 5140086. OLE color: 5140086.

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

Color convert

RGB11811078-
CMYK00.070.340.54
HSL48º20.41%38.43%-
HSV(B)48º33.9%46.27%-
XYZ14.4215.559.45-
YUV108.74110.65134.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=38.56%
G=35.95%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181107800.070.340.544820.4138.43
Hex766E4E072236301426
Octal166156116074266602446
Binary111011011011101001110011110001011011011000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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