#766F44

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

Shades of Go Ben #766F44

Tints of Go Ben #766F44

Color information

#766F44 (or 0x766F44) is unknown color: approx Go Ben. HEX triplet: 76, 6F and 44. RGB value is (118,111,68). Sum of RGB (Red+Green+Blue) = 118+111+68=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F44 is #8990BB. Grayscale: #6C6C6C. Windows color (decimal): -9015484 or 4484982. OLE color: 4484982.

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

Color convert

RGB11811168-
CMYK00.060.420.54
HSL51.6º26.88%36.47%-
HSV(B)51.6º42.37%46.27%-
XYZ14.215.647.74-
YUV108.19105.32135-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=39.73%
G=37.37%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181116800.060.420.5451.626.8836.47
Hex766F44062A36341b24
Octal166157104065266643344
Binary111011011011111000100011010101011011011010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,68); }

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

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

 a { background-color: rgb(118,111,68); }

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

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

 span { border-color: rgb(118,111,68); }

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