#76744A

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

Shades of Go Ben #76744A

Tints of Go Ben #76744A

Color information

#76744A (or 0x76744A) is unknown color: approx Go Ben. HEX triplet: 76, 74 and 4A. RGB value is (118,116,74). Sum of RGB (Red+Green+Blue) = 118+116+74=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76744A is #898BB5. Grayscale: #6F6F6F. Windows color (decimal): -9014198 or 4879478. OLE color: 4879478.

HSL color Cylindrical-coordinate representation of color #76744A: hue angle of 57.27º 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 #76744A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11811674-
CMYK00.020.370.54
HSL57.27º22.92%37.65%-
HSV(B)57.27º37.29%46.27%-
XYZ14.9516.848.94-
YUV111.81106.66132.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=38.31%
G=37.66%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181167400.020.370.5457.2722.9237.65
Hex76744A022536391726
Octal166164112024566712746
Binary11101101110100100101001010010111011011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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