#76744B

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

Shades of Go Ben #76744B

Tints of Go Ben #76744B

Color information

#76744B (or 0x76744B) is unknown color: approx Go Ben. HEX triplet: 76, 74 and 4B. RGB value is (118,116,75). Sum of RGB (Red+Green+Blue) = 118+116+75=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76744B is #898BB4. Grayscale: #707070. Windows color (decimal): -9014197 or 4945014. OLE color: 4945014.

HSL color Cylindrical-coordinate representation of color #76744B: hue angle of 57.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76744B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11811675-
CMYK00.020.360.54
HSL57.21º22.28%37.84%-
HSV(B)57.21º36.44%46.27%-
XYZ14.9916.859.12-
YUV111.92107.16132.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=38.19%
G=37.54%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181167500.020.360.5457.2122.2837.84
Hex76744B022436391626
Octal166164113024466712646
Binary11101101110100100101101010010011011011100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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