#766F42

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

Shades of Go Ben #766F42

Tints of Go Ben #766F42

Color information

#766F42 (or 0x766F42) is unknown color: approx Go Ben. HEX triplet: 76, 6F and 42. RGB value is (118,111,66). Sum of RGB (Red+Green+Blue) = 118+111+66=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F42 is #8990BD. Grayscale: #6C6C6C. Windows color (decimal): -9015486 or 4353910. OLE color: 4353910.

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

Color convert

RGB11811166-
CMYK00.060.440.54
HSL51.92º28.26%36.08%-
HSV(B)51.92º44.07%46.27%-
XYZ14.1415.617.42-
YUV107.96104.32135.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=40%
G=37.63%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181116600.060.440.5451.9228.2636.08
Hex766F42062C36341c24
Octal166157102065466643444
Binary111011011011111000010011010110011011011010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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