#76703E

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

Shades of Go Ben #76703E

Tints of Go Ben #76703E

Color information

#76703E (or 0x76703E) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 3E. RGB value is (118,112,62). Sum of RGB (Red+Green+Blue) = 118+112+62=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76703E is #898FC1. Grayscale: #6C6C6C. Windows color (decimal): -9015234 or 4092022. OLE color: 4092022.

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

Color convert

RGB11811262-
CMYK00.050.470.54
HSL53.57º31.11%35.29%-
HSV(B)53.57º47.46%46.27%-
XYZ14.1315.796.86-
YUV108.09101.99135.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=40.41%
G=38.36%
B=21.23%

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
Decimal1181126200.050.470.5453.5731.1135.29
Hex76703E052F36361f23
Octal16616076055766663743
Binary11101101110000111110010110111111011011011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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