#757040

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

Shades of Go Ben #757040

Tints of Go Ben #757040

Color information

#757040 (or 0x757040) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 40. RGB value is (117,112,64). Sum of RGB (Red+Green+Blue) = 117+112+64=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #757040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757040 is #8A8FBF. Grayscale: #6C6C6C. Windows color (decimal): -9080768 or 4223093. OLE color: 4223093.

HSL color Cylindrical-coordinate representation of color #757040: hue angle of 54.34º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757040 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11711264-
CMYK00.040.450.54
HSL54.34º29.28%35.49%-
HSV(B)54.34º45.3%45.88%-
XYZ14.0615.747.15-
YUV108.02103.16134.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=39.93%
G=38.23%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171126400.040.450.5454.3429.2835.49
Hex757040042D36361d23
Octal165160100045566663543
Binary111010111100001000000010010110111011011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757040; }

 p { color: rgb(117,112,64); }

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

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

 a { background-color: rgb(117,112,64); }

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

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

 span { border-color: rgb(117,112,64); }

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