#766F3F

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

Shades of Go Ben #766F3F

Tints of Go Ben #766F3F

Color information

#766F3F (or 0x766F3F) is unknown color: approx Go Ben. HEX triplet: 76, 6F and 3F. RGB value is (118,111,63). Sum of RGB (Red+Green+Blue) = 118+111+63=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F3F is #8990C0. Grayscale: #6B6B6B. Windows color (decimal): -9015489 or 4157302. OLE color: 4157302.

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

Color convert

RGB11811163-
CMYK00.060.470.54
HSL52.36º30.39%35.49%-
HSV(B)52.36º46.61%46.27%-
XYZ14.0515.586.97-
YUV107.62102.82135.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 63 (25% from 255) = 21.58%
R=40.41%
G=38.01%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181116300.060.470.5452.3630.3935.49
Hex766F3F062F36341e23
Octal16615777065766643643
Binary11101101101111111111011010111111011011010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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