#767240

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

Shades of Go Ben #767240

Tints of Go Ben #767240

Color information

#767240 (or 0x767240) is unknown color: approx Go Ben. HEX triplet: 76, 72 and 40. RGB value is (118,114,64). Sum of RGB (Red+Green+Blue) = 118+114+64=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #767240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767240 is #898DBF. Grayscale: #6D6D6D. Windows color (decimal): -9014720 or 4223606. OLE color: 4223606.

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

Color convert

RGB11811464-
CMYK00.030.460.54
HSL55.56º29.67%35.69%-
HSV(B)55.56º45.76%46.27%-
XYZ14.4116.267.23-
YUV109.5102.33134.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=39.86%
G=38.51%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181146400.030.460.5455.5629.6735.69
Hex767240032E36381e24
Octal166162100035666703644
Binary11101101110010100000001110111011011011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767240; }

 p { color: rgb(118,114,64); }

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

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

 a { background-color: rgb(118,114,64); }

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

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

 span { border-color: rgb(118,114,64); }

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