#76703F

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

Shades of Go Ben #76703F

Tints of Go Ben #76703F

Color information

#76703F (or 0x76703F) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 3F. RGB value is (118,112,63). Sum of RGB (Red+Green+Blue) = 118+112+63=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703F is #898FC0. Grayscale: #6C6C6C. Windows color (decimal): -9015233 or 4157558. OLE color: 4157558.

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

Color convert

RGB11811263-
CMYK00.050.470.54
HSL53.45º30.39%35.49%-
HSV(B)53.45º46.61%46.27%-
XYZ14.1615.87.01-
YUV108.21102.49134.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 63 (25% from 255) = 21.50%
R=40.27%
G=38.23%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181126300.050.470.5453.4530.3935.49
Hex76703F052F36351e23
Octal16616077055766653643
Binary11101101110000111111010110111111011011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76703F; }

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

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

<style>
 a { background-color: #76703F; }

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

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

<style>
 span { border-color: #76703F; }

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

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