#757150

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

Shades of Go Ben #757150

Tints of Go Ben #757150

Color information

#757150 (or 0x757150) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 50. RGB value is (117,113,80). Sum of RGB (Red+Green+Blue) = 117+113+80=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #757150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757150 is #8A8EAF. Grayscale: #6E6E6E. Windows color (decimal): -9080496 or 5271925. OLE color: 5271925.

HSL color Cylindrical-coordinate representation of color #757150: hue angle of 53.51º 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 #757150 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB11711380-
CMYK00.030.320.54
HSL53.51º18.78%38.63%-
HSV(B)53.51º31.62%45.88%-
XYZ14.6916.179.94-
YUV110.43110.83132.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=37.74%
G=36.45%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171138000.030.320.5453.5118.7838.63
Hex757150032036361327
Octal165161120034066662347
Binary11101011110001101000001110000011011011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757150; }

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

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

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

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

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

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

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

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