#757042

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

Shades of Go Ben #757042

Tints of Go Ben #757042

Color information

#757042 (or 0x757042) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 42. RGB value is (117,112,66). Sum of RGB (Red+Green+Blue) = 117+112+66=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757042 is #8A8FBD. Grayscale: #6C6C6C. Windows color (decimal): -9080766 or 4354165. OLE color: 4354165.

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

Color convert

RGB11711266-
CMYK00.040.440.54
HSL54.12º27.87%35.88%-
HSV(B)54.12º43.59%45.88%-
XYZ14.1115.767.45-
YUV108.25104.16134.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=39.66%
G=37.97%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171126600.040.440.5454.1227.8735.88
Hex757042042C36361c24
Octal165160102045466663444
Binary111010111100001000010010010110011011011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757042; }

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

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

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

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

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

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

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

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