#757050

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

Shades of Go Ben #757050

Tints of Go Ben #757050

Color information

#757050 (or 0x757050) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 50. RGB value is (117,112,80). Sum of RGB (Red+Green+Blue) = 117+112+80=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #757050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757050 is #8A8FAF. Grayscale: #6D6D6D. Windows color (decimal): -9080752 or 5271669. OLE color: 5271669.

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

Color convert

RGB11711280-
CMYK00.040.320.54
HSL51.89º18.78%38.63%-
HSV(B)51.89º31.62%45.88%-
XYZ14.5815.959.9-
YUV109.85111.16133.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=37.86%
G=36.25%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171128000.040.320.5451.8918.7838.63
Hex757050042036341327
Octal165160120044066642347
Binary111010111100001010000010010000011011011010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757050; }

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

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

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

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

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

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

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

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