#76704E

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

Shades of Go Ben #76704E

Tints of Go Ben #76704E

Color information

#76704E (or 0x76704E) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 4E. RGB value is (118,112,78). Sum of RGB (Red+Green+Blue) = 118+112+78=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76704E is #898FB1. Grayscale: #6E6E6E. Windows color (decimal): -9015218 or 5140598. OLE color: 5140598.

HSL color Cylindrical-coordinate representation of color #76704E: hue angle of 51º 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 #76704E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11811278-
CMYK00.050.340.54
HSL51º20.41%38.43%-
HSV(B)51º33.9%46.27%-
XYZ14.6415.999.52-
YUV109.92109.99133.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=38.31%
G=36.36%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181127800.050.340.545120.4138.43
Hex76704E052236331426
Octal166160116054266632446
Binary111011011100001001110010110001011011011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76704E; }

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

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

<style>
 a { background-color: #76704E; }

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

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

<style>
 span { border-color: #76704E; }

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

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