#76704A

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

Shades of Go Ben #76704A

Tints of Go Ben #76704A

Color information

#76704A (or 0x76704A) is unknown color: approx Go Ben. HEX triplet: 76, 70 and 4A. RGB value is (118,112,74). Sum of RGB (Red+Green+Blue) = 118+112+74=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #76704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76704A is #898FB5. Grayscale: #6D6D6D. Windows color (decimal): -9015222 or 4878454. OLE color: 4878454.

HSL color Cylindrical-coordinate representation of color #76704A: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76704A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11811274-
CMYK00.050.370.54
HSL51.82º22.92%37.65%-
HSV(B)51.82º37.29%46.27%-
XYZ14.515.938.79-
YUV109.46107.99134.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=38.82%
G=36.84%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181127400.050.370.5451.8222.9237.65
Hex76704A052536341726
Octal166160112054566642746
Binary111011011100001001010010110010111011011010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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