#76734D

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

Shades of Go Ben #76734D

Tints of Go Ben #76734D

Color information

#76734D (or 0x76734D) is unknown color: approx Go Ben. HEX triplet: 76, 73 and 4D. RGB value is (118,115,77). Sum of RGB (Red+Green+Blue) = 118+115+77=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76734D is #898CB2. Grayscale: #6F6F6F. Windows color (decimal): -9014451 or 5075830. OLE color: 5075830.

HSL color Cylindrical-coordinate representation of color #76734D: hue angle of 55.61º 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 #76734D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11811577-
CMYK00.030.350.54
HSL55.61º21.03%38.24%-
HSV(B)55.61º34.75%46.27%-
XYZ14.9416.659.45-
YUV111.56108.49132.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=38.06%
G=37.10%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181157700.030.350.5455.6121.0338.24
Hex76734D032336381526
Octal166163115034366702546
Binary11101101110011100110101110001111011011100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76734D; }

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

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

<style>
 a { background-color: #76734D; }

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

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

<style>
 span { border-color: #76734D; }

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

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